]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
style tabs
[friendica.git] / mod / profile.php
index c0321e620e4e3f588c86f43550c96885226898c2..0e9bb6ff61ef33d56d9de0eb01aadfc05cfe1173 100644 (file)
@@ -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())