diff options
Diffstat (limited to 'core/views/admin_dashboard_main.html.php')
-rw-r--r-- | core/views/admin_dashboard_main.html.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/views/admin_dashboard_main.html.php b/core/views/admin_dashboard_main.html.php new file mode 100644 index 00000000..cfe7bac2 --- /dev/null +++ b/core/views/admin_dashboard_main.html.php @@ -0,0 +1,2 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> +<?= $theme->admin_dashboard_blocks() ?> |