summaryrefslogtreecommitdiff
path: root/modules/user/helpers/user_block.php
diff options
context:
space:
mode:
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>";
- }
- }
}