mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
Dashboard blocks are now data driven, and you can add new blocks to
both the sidebar and the center content area from a dropdown at the top of the dashboard sidebar.
This commit is contained in:
@@ -85,13 +85,11 @@ class Admin_View_Core extends View {
|
||||
public function __call($function, $args) {
|
||||
switch ($function) {
|
||||
case "admin_credits";
|
||||
case "admin_dashboard_blocks":
|
||||
case "admin_footer":
|
||||
case "admin_header_top":
|
||||
case "admin_header_bottom":
|
||||
case "admin_page_bottom":
|
||||
case "admin_page_top":
|
||||
case "admin_sidebar_blocks":
|
||||
case "admin_head":
|
||||
$blocks = array();
|
||||
foreach (module::installed() as $module) {
|
||||
|
||||
Reference in New Issue
Block a user