summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/MY_View.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-08 23:17:28 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-08 23:17:28 -0700
commitf7a720d2e827925f6fbae4981e2a17fd79eb31f6 (patch)
tree8ce949e84e2f22341cfd7a7bc0bfdea85815fcee /modules/gallery/libraries/MY_View.php
parent6bae25d1f30ef91735f75f5cf57e5c778fc213bd (diff)
Rename main_element_attributes() callback to body_attributes() to be
more intuitive for themers.
Diffstat (limited to 'modules/gallery/libraries/MY_View.php')
-rw-r--r--modules/gallery/libraries/MY_View.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/libraries/MY_View.php b/modules/gallery/libraries/MY_View.php
index bd2794a0..96dcc71b 100644
--- a/modules/gallery/libraries/MY_View.php
+++ b/modules/gallery/libraries/MY_View.php
@@ -44,7 +44,7 @@ class View extends View_Core {
}
}
- public function main_element_attributes() {
+ public function body_attributes() {
if (locale::is_rtl()) {
return 'class="rtl"';
}