Rename main_element_attributes() callback to body_attributes() to be

more intuitive for themers.
This commit is contained in:
Bharat Mediratta
2009-06-08 23:17:28 -07:00
parent 6bae25d1f3
commit f7a720d2e8
3 changed files with 3 additions and 3 deletions

View File

@@ -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">