diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-10 04:25:20 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-10 04:25:20 +0000 |
commit | 09364348c7ddb5cd46c3f63ea71467e7b49d0c34 (patch) | |
tree | 07ce5f68556031f7f448e87aaae6aa6245e5d39c /core/libraries | |
parent | f198331065d90c54a502ceb396730fd6644bc0b2 (diff) |
Remove navigation_top() and navigation_bottom() as they're subsumed by the new menu code
Diffstat (limited to 'core/libraries')
-rw-r--r-- | core/libraries/Theme_View.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/libraries/Theme_View.php b/core/libraries/Theme_View.php index 1ab57f4c..8736e87d 100644 --- a/core/libraries/Theme_View.php +++ b/core/libraries/Theme_View.php @@ -96,8 +96,6 @@ class Theme_View_Core extends View { case "head": case "header_bottom": case "header_top": - case "navigation_top": - case "navigation_bottom": case "page_bottom": case "page_top": case "photo_blocks": |