mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-27 10:14:32 -04:00
Make theme details its own page so that we can wrap it in a div and
give it a title.
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
class Admin_Theme_Details_Controller extends Admin_Controller {
|
||||
public function index() {
|
||||
$view = new Admin_View("admin.html");
|
||||
$view->content = theme::get_edit_form_admin();
|
||||
$view->content = new View("admin_theme_details.html");
|
||||
$view->content->form = theme::get_edit_form_admin();
|
||||
print $view;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user