mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 17:53:50 -04:00
Move the in-place-edit JS into the page_footer callback and out of
Theme.php.
This commit is contained in:
@@ -53,10 +53,6 @@ class Theme_Core {
|
||||
return $module->loaded ? $module : null;
|
||||
}
|
||||
|
||||
public function in_place_edit() {
|
||||
return new View("in_place_edit.html");
|
||||
}
|
||||
|
||||
/**
|
||||
* Handle all theme functions that insert module content.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user