summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/Theme_View.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-07-29 17:25:53 -0700
committerBharat Mediratta <bharat@menalto.com>2009-07-29 17:25:53 -0700
commit15f148349e8dd9145d33fbdbc85142b9a864b6ed (patch)
tree011d3b65c4734fdcf586f3670756508506c78561 /modules/gallery/libraries/Theme_View.php
parentca96d4719608d4a8a62457ecf3e54ac8ca29629a (diff)
Make body_attributes() a theme callback instead of a method on the
View. This allows modules to piggyback on it.
Diffstat (limited to 'modules/gallery/libraries/Theme_View.php')
-rw-r--r--modules/gallery/libraries/Theme_View.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/libraries/Theme_View.php b/modules/gallery/libraries/Theme_View.php
index 786ed1ce..360e5e46 100644
--- a/modules/gallery/libraries/Theme_View.php
+++ b/modules/gallery/libraries/Theme_View.php
@@ -156,6 +156,7 @@ class Theme_View_Core extends Gallery_View {
case "album_blocks":
case "album_bottom":
case "album_top":
+ case "body_attributes":
case "credits";
case "dynamic_bottom":
case "dynamic_top":