mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-16 11:54:44 -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:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user