From 9a4a9d846e6bd74a61d1ab390ea4deb3224f4170 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Mon, 23 Jul 2012 11:50:41 +0000 Subject: feature 2703: make it easy for plugins to add tabs in admin screens centralize all core tabs in one file git-svn-id: http://piwigo.org/svn/trunk@16928 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/album.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'admin/album.php') diff --git a/admin/album.php b/admin/album.php index 289be09ee..8115d2e5c 100644 --- a/admin/album.php +++ b/admin/album.php @@ -63,10 +63,6 @@ if (isset($_GET['tab'])) $tabsheet = new tabsheet(); $tabsheet->set_id('album'); -$tabsheet->add('properties', l10n('Properties'), $admin_album_base_url.'-properties'); -$tabsheet->add('sort_order', l10n('Manage photo ranks'), $admin_album_base_url.'-sort_order'); -$tabsheet->add('permissions', l10n('Permissions'), $admin_album_base_url.'-permissions'); -$tabsheet->add('notification', l10n('Notification'), $admin_album_base_url.'-notification'); $tabsheet->select($page['tab']); $tabsheet->assign(); -- cgit v1.2.3