mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-23 01:39:53 -04:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user