diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-01-21 00:07:00 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-21 00:07:00 -0800 |
commit | 08c41f2976cb49b85ec896b11735edb008d53881 (patch) | |
tree | c0eafa337dea313f806620bd17fbbc775ecf55aa /modules/gallery/libraries/Theme_View.php | |
parent | 09a593c832cc768f7e2496273eff4b9b0f77afe0 (diff) |
Add "html_attributes" theme callback to allow modules to inject attributes into
the <html> element, including things like namespaces. Fixes #1615.
Diffstat (limited to 'modules/gallery/libraries/Theme_View.php')
-rw-r--r-- | modules/gallery/libraries/Theme_View.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/libraries/Theme_View.php b/modules/gallery/libraries/Theme_View.php index 04784ca1..cdc7a7cd 100644 --- a/modules/gallery/libraries/Theme_View.php +++ b/modules/gallery/libraries/Theme_View.php @@ -224,6 +224,7 @@ class Theme_View_Core extends Gallery_View { case "head": case "header_bottom": case "header_top": + case "html_attributes": case "page_bottom": case "page_top": case "photo_blocks": |