summaryrefslogtreecommitdiff
path: root/core/libraries/Theme_View.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-22 03:53:36 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-22 03:53:36 +0000
commitb526cc8c0bea4033a1ffadd6706f073f9cb90eeb (patch)
tree1bc51063fad8c56910cb52bafb13294d31b82a7b /core/libraries/Theme_View.php
parentfe27bd1eb34efe95da6ffe8b6f6c137fe8a18306 (diff)
Add some admin theme callbacks and make them explicitly admin_xxx for consistency
with the callbacks in the xxx_block helpers. So in the theme we have: admin.html.php: $theme->admin_page_bottom() then in the helpers: core_block.php: function admin_page_bottom() { }
Diffstat (limited to 'core/libraries/Theme_View.php')
-rw-r--r--core/libraries/Theme_View.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/libraries/Theme_View.php b/core/libraries/Theme_View.php
index 02609063..3144ca2a 100644
--- a/core/libraries/Theme_View.php
+++ b/core/libraries/Theme_View.php
@@ -93,6 +93,7 @@ class Theme_View_Core extends View {
case "album_bottom":
case "album_top":
case "credits";
+ case "footer":
case "head":
case "header_bottom":
case "header_top":