progress on photos

This commit is contained in:
Mike Macgirvin
2010-08-05 21:15:24 -07:00
parent 40a06771ff
commit 72b20a6eb1
10 changed files with 559 additions and 8 deletions

View File

@@ -106,7 +106,8 @@ function profile_content(&$a, $update = false) {
$tpl = file_get_contents('view/profile_tabs.tpl');
$o .= replace_macros($tpl,array(
'$url' => $a->get_baseurl() . '/' . $a->cmd
'$url' => $a->get_baseurl() . '/' . $a->cmd,
'$phototab' => $a->get_baseurl() . '/photos/' . $a->profile['nickname']
));