From 6ecb1f350753ac6c258677bb244d6003b3d359d3 Mon Sep 17 00:00:00 2001 From: patdenice Date: Fri, 7 Mar 2008 10:42:51 +0000 Subject: Use class for plugins management git-svn-id: http://piwigo.org/svn/trunk@2263 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/plugins.php | 66 ------------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 admin/plugins.php (limited to 'admin/plugins.php') diff --git a/admin/plugins.php b/admin/plugins.php deleted file mode 100644 index 2206be228..000000000 --- a/admin/plugins.php +++ /dev/null @@ -1,66 +0,0 @@ -add('list', l10n('plugins_tab_list'), $tab_link.'list'); -$tabsheet->add('update', l10n('plugins_tab_update'), $tab_link.'update'); -$tabsheet->add('new', l10n('plugins_tab_new'), $tab_link.'new'); -// TabSheet selection -$tabsheet->select($page['section']); -// Assign tabsheet to template -$tabsheet->assign(); - - -// +-----------------------------------------------------------------------+ -// | start template output | -// +-----------------------------------------------------------------------+ - -include(PHPWG_ROOT_PATH.'admin/plugins_'.$page['section'].'.php'); -?> \ No newline at end of file -- cgit v1.2.3