mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 06:46:05 -04:00
Add page_title to admin views. Closes #1038.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
class Admin_Modules_Controller extends Admin_Controller {
|
||||
public function index() {
|
||||
$view = new Admin_View("admin.html");
|
||||
$view->page_title = t("Modules");
|
||||
$view->content = new View("admin_modules.html");
|
||||
$view->content->available = module::available();
|
||||
print $view;
|
||||
|
||||
Reference in New Issue
Block a user