mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-21 23:33:54 -04:00
Rename main_element_attributes() callback to body_attributes() to be
more intuitive for themers.
This commit is contained in:
@@ -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"';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user