diff options
Diffstat (limited to 'mod/profile/views')
-rwxr-xr-x | mod/profile/views/default/profile/profile_navigation.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mod/profile/views/default/profile/profile_navigation.php b/mod/profile/views/default/profile/profile_navigation.php index 0ab00746c..b322066bf 100755 --- a/mod/profile/views/default/profile/profile_navigation.php +++ b/mod/profile/views/default/profile/profile_navigation.php @@ -7,7 +7,6 @@ if (isset($vars['section'])) { $profile = $vars['entity']; $activity = ''; -$widgets = ''; $friends = ''; $extend = ''; $twitter = ''; @@ -20,10 +19,6 @@ switch($section){ $friends = 'class="selected"'; break; - case 'widgets': - $widgets = 'class="selected"'; - break; - case 'details': $details = 'class="selected"'; break; @@ -43,7 +38,6 @@ switch($section){ <ul> <li <?php echo $activity; ?>><a href="<?php echo $url; ?>">Activity</a></li> <li <?php echo $details; ?>><a href="<?php echo $url . 'details'; ?>">Details</a></li> - <li <?php echo $widgets; ?>><a href="<?php echo $url . 'widgets'; ?>">Widgets</a></li> <li <?php echo $friends; ?>><a href="<?php echo $url . 'friends'; ?>">Friends</a></li> <?php //check to see if the twitter username is set |