Move the in-place-edit JS into the page_footer callback and out of

Theme.php.
This commit is contained in:
Bharat Mediratta
2008-11-25 04:37:21 +00:00
parent fe602433a8
commit b22494a4ea
3 changed files with 28 additions and 7 deletions

View File

@@ -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.
*/