Changeset 371

Show
Ignore:
Timestamp:
06/30/09 08:41:26 (5 months ago)
Author:
bettse
Message:

removing dashboard link since its in the mainnav already

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • elgg/branches/elgg1.5/mod/bsctheme/views/default/page_elements/elgg_topbar.php

    r357 r371  
    2929        <a href="<?php echo $vars['url']; ?>../" class="rb"><?php echo elgg_echo('bsctheme:home'); ?></a> 
    3030        <a href="<?php echo $_SESSION['user']->getURL(); ?>" class="rb"><?php echo elgg_echo('bsctheme:profile'); ?></a> 
    31         <a href="<?php echo $vars['url']; ?>pg/dashboard/" class="rb"><?php echo elgg_echo('dashboard'); ?></a> 
    3231        <a href="<?php echo $vars['url']; ?>mod/members/index.php" class="rb"><?php echo elgg_echo('bsctheme:people'); ?></a> 
    3332        <a href="<?php echo $vars['url']; ?>pg/groups/world/" class="rb"><?php echo elgg_echo('bsctheme:communities'); ?></a>