summaryrefslogtreecommitdiff
path: root/core/helpers
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 /core/helpers
parentf198331065d90c54a502ceb396730fd6644bc0b2 (diff)
Remove navigation_top() and navigation_bottom() as they're subsumed by the new menu code
Diffstat (limited to 'core/helpers')
-rw-r--r--core/helpers/core_block.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/helpers/core_block.php b/core/helpers/core_block.php
index f6718e53..5bc469b5 100644
--- a/core/helpers/core_block.php
+++ b/core/helpers/core_block.php
@@ -33,11 +33,4 @@ class core_block_Core {
return new View("in_place_edit.html");
}
}
-
- public static function navigation_bottom($theme) {
- $user = Session::instance()->get('user', null);
- if ($user && $user->admin) {
- return "<li><a href=#>" . _("ADMIN") . "</a></li>";
- }
- }
} \ No newline at end of file