mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-19 13:25:36 -04:00
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
This commit is contained in:
@@ -22,7 +22,7 @@ class Admin_Dashboard_Controller extends Admin_Controller {
|
||||
$view = new Admin_View("admin.html");
|
||||
$view->content = new View("admin_dashboard.html");
|
||||
$view->content->blocks = block_manager::get_html("dashboard_center");
|
||||
$view->sidebar = "<div id=\"gAdminDashboardSidebar\">" .
|
||||
$view->sidebar = "<div id=\"g-admin-dashboard-sidebar\">" .
|
||||
block_manager::get_html("dashboard_sidebar") .
|
||||
"</div>";
|
||||
print $view;
|
||||
|
||||
Reference in New Issue
Block a user