summaryrefslogtreecommitdiff
path: root/modules/user/helpers/user_block.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-10 04:25:20 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-10 04:25:20 +0000
commit09364348c7ddb5cd46c3f63ea71467e7b49d0c34 (patch)
tree07ce5f68556031f7f448e87aaae6aa6245e5d39c /modules/user/helpers/user_block.php
parentf198331065d90c54a502ceb396730fd6644bc0b2 (diff)
Remove navigation_top() and navigation_bottom() as they're subsumed by the new menu code
Diffstat (limited to 'modules/user/helpers/user_block.php')
-rw-r--r--modules/user/helpers/user_block.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/user/helpers/user_block.php b/modules/user/helpers/user_block.php
index be72a3fe..762c7d17 100644
--- a/modules/user/helpers/user_block.php
+++ b/modules/user/helpers/user_block.php
@@ -32,10 +32,4 @@ class user_block_Core {
$view->user = Session::instance()->get('user', null);
return $view->render();
}
-
- public static function navigation_bottom($theme) {
- if (Session::instance()->get('user', null)) {
- return "<li><a href=#>" . _("MY GALLERY") . "</a></li>";
- }
- }
}