From 09364348c7ddb5cd46c3f63ea71467e7b49d0c34 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 10 Dec 2008 04:25:20 +0000 Subject: Remove navigation_top() and navigation_bottom() as they're subsumed by the new menu code --- modules/user/helpers/user_block.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/user/helpers/user_block.php') 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 "
  • " . _("MY GALLERY") . "
  • "; - } - } } -- cgit v1.2.3