Give the UI a little love after all the backend mods

This commit is contained in:
friendica
2012-10-24 19:13:29 -07:00
parent 2b95ce9f07
commit ceeb4db6e3
13 changed files with 91 additions and 29 deletions

View File

@@ -127,7 +127,7 @@ function profile_content(&$a, $update = 0) {
if(x($_GET,'tab'))
$tab = notags(trim($_GET['tab']));
$o.=profile_tabs($a, $is_owner, $a->profile['nickname']);
// $o.=profile_tabs($a, $is_owner, $a->profile['nickname']);
if($tab === 'profile') {