diff options
Diffstat (limited to 'templates/admin/overview_page.php')
| -rw-r--r-- | templates/admin/overview_page.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/admin/overview_page.php b/templates/admin/overview_page.php new file mode 100644 index 0000000..d3325ef --- /dev/null +++ b/templates/admin/overview_page.php @@ -0,0 +1,13 @@ +<?php call_template('skeleton', ['pageTitle' => __('admin.pageTitle')], function () { + call_template('navigation/side_links', ['links' => [ + [ + 'icon' => 'settings-outline', + 'label' => __('globalSettings.category.instance'), + 'href' => '/admin/settings/instance' + ], [ + 'icon' => 'extension-outline', + 'label' => __('admin.plugins.pageTitle'), + 'href' => '/admin/plugins' + ] + ]]); +});
\ No newline at end of file |
