diff --git a/site/plugins/admin/views/templates/extends/templates/add.php b/site/plugins/admin/views/templates/extends/templates/add.php deleted file mode 100644 index 6a7e641a..00000000 --- a/site/plugins/admin/views/templates/extends/templates/add.php +++ /dev/null @@ -1,47 +0,0 @@ -display(); -Themes::view('admin/views/partials/navbar') - ->assign('links', [ - 'templates' => [ - 'link' => Http::getBaseUrl() . '/admin/templates', - 'title' => __('admin_templates'), - 'attributes' => ['class' => 'navbar-item'] - ], - 'templates_add' => [ - 'link' => Http::getBaseUrl() . '/admin/templates/add', - 'title' => __('admin_create_new_template'), - 'attributes' => ['class' => 'navbar-item active'] - ] - ]) - ->display(); -Themes::view('admin/views/partials/content-start')->display(); -?> - -
= __('admin_name') ?> | -= __('admin_type') ?> | -- |
---|---|---|
- = $template ?> - | -= Text::lowercase(__('admin_template')) ?> | -
-
- = __('admin_edit') ?>
-
-
-
- = __('admin_delete') ?>
- |
-
- = $partial ?> - | -= Text::lowercase(__('admin_partial')) ?> | -
-
- = __('admin_edit') ?>
-
-
-
- = __('admin_delete') ?>
- |
-