Cleaned up Friends templates.

This commit is contained in:
Frank Dillon 2008-11-18 08:15:16 +00:00
parent dd56626460
commit f62575445c
5 changed files with 13 additions and 18 deletions

View file

@ -57,7 +57,7 @@ sub appendCommonVars {
$var->{'user_member_since'} = $user->dateCreated;
$var->{'view_profile_url' } = $user->getProfileUrl;
$var->{'root_url' } = $session->url->page("op=account");
#$var->{'back_url' } = $session->env->get("HTTP_REFERER") || $var->{'view_profile_url'}
$var->{'back_url' } = $session->url->getBackToSiteURL;
}