Add "html_attributes" theme callback to allow modules to inject attributes into

the <html> element, including things like namespaces.   Fixes #1615.
This commit is contained in:
Bharat Mediratta
2011-01-21 00:07:00 -08:00
parent 09a593c832
commit 08c41f2976
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -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":