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

View File

@@ -86,6 +86,7 @@ class Admin_View_Core extends Gallery_View {
case "admin_page_top":
case "admin_head":
case "body_attributes":
case "html_attributes":
$blocks = array();
foreach (module::active() as $module) {
$helper_class = "{$module->name}_theme";