diff options
Diffstat (limited to '')
-rw-r--r-- | admin/photo.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/admin/photo.php b/admin/photo.php index b016b4bcb..a2742d261 100644 --- a/admin/photo.php +++ b/admin/photo.php @@ -62,9 +62,6 @@ if (isset($_GET['tab'])) $tabsheet = new tabsheet(); $tabsheet->set_id('photo'); -$tabsheet->add('properties', l10n('Properties'), $admin_photo_base_url.'-properties'); -$tabsheet->add('coi', l10n('Center of interest'), $admin_photo_base_url.'-coi'); - $tabsheet->select($page['tab']); $tabsheet->assign(); |