mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-02 17:59:16 -04:00
Rename main_element_attributes() callback to body_attributes() to be
more intuitive for themers.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<?= $theme->admin_head() ?>
|
||||
</head>
|
||||
|
||||
<body <?= $theme->main_element_attributes() ?>>
|
||||
<body <?= $theme->body_attributes() ?>>
|
||||
<?= $theme->admin_page_top() ?>
|
||||
<? if ($sidebar): ?>
|
||||
<div id="doc3" class="yui-t5 gView">
|
||||
|
||||
Reference in New Issue
Block a user