From efae41355561534218219e08d73a4c2e53a5ecd0 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 22 May 2019 14:47:48 +0300 Subject: [PATCH] Flextype Box Plugin: Admin #125 #117 - Plugins Controller/Views implementation --- .../views/templates/extends/plugins/list.php | 100 ------------------ 1 file changed, 100 deletions(-) delete mode 100644 site/plugins/admin/views/templates/extends/plugins/list.php diff --git a/site/plugins/admin/views/templates/extends/plugins/list.php b/site/plugins/admin/views/templates/extends/plugins/list.php deleted file mode 100644 index 3f96de7e..00000000 --- a/site/plugins/admin/views/templates/extends/plugins/list.php +++ /dev/null @@ -1,100 +0,0 @@ -display(); -Themes::view('admin/views/partials/navbar') - ->assign('links', [ - 'plugins' => [ - 'link' => Http::getBaseUrl() . '/admin/plugins', - 'title' => __('admin_plugins'), - 'attributes' => ['class' => 'navbar-item active'] - ] - ]) - ->assign('buttons', [ - 'plugins_get_more' => [ - 'link' => 'https://github.com/flextype/plugins', - 'title' => __('admin_get_more_plugins'), - 'attributes' => ['class' => 'float-right btn', 'target' => '_blank'] - ] - ]) - ->display(); -Themes::view('admin/views/partials/content-start')->display(); -?> - -
- -
- - - - - - - - - - - $plugin): ?> - - - - - - - -
- - -
- - disabled> - - -
-
- - - - -display() ?> -display() ?>