tabs
This commit is contained in:
parent
a6cde63fd8
commit
cf1b5c47dc
2 changed files with 19 additions and 1 deletions
|
@ -103,7 +103,11 @@ function profile_content(&$a) {
|
|||
if(x($_GET,'tab'))
|
||||
$tab = notags(trim($_GET['tab']));
|
||||
|
||||
// $tpl = file_get_contents('view/profile_tabs.tpl');
|
||||
$tpl = file_get_contents('view/profile_tabs.tpl');
|
||||
|
||||
$o .= replace_macros($tpl,array(
|
||||
'$url' => $a->get_baseurl() . '/' . $a->cmd
|
||||
));
|
||||
|
||||
|
||||
if(remote_user())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue