From cf1b5c47dc710e4d644429ad716ba81703875420 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sun, 11 Jul 2010 04:09:43 -0700 Subject: tabs --- mod/profile.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/profile.php b/mod/profile.php index c0321e620..0e9bb6ff6 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -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()) -- cgit v1.2.3