diff --git a/plugins/box/dashboard/dashboard.admin.php b/plugins/box/dashboard/dashboard.admin.php index df80d29..9beec0b 100644 --- a/plugins/box/dashboard/dashboard.admin.php +++ b/plugins/box/dashboard/dashboard.admin.php @@ -78,8 +78,29 @@ class DashboardAdmin extends Backend class Dashboard { + + /** + * Items + * + * @var array + */ + public static $items = array(); + + + /** + * + */ public static function addNewItem() { + Dashboard::$items[] = array( + 'name' => (string) $name, + 'url' => (string) $url, + ); + } + + public static function drawItems() + { } + } \ No newline at end of file