diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-01-20 05:36:58 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-01-20 05:36:58 +0000 |
commit | b7fff52095e774c9e905aafe980fec251ee3eaca (patch) | |
tree | e6b8c2fdad5d490749832f709d75f94a2ceaf659 /admin/include | |
parent | 99b58aef93c2a681ded76d2ba44a28cdef397291 (diff) |
feature 2548 multisize
- comments thumbnails + no more hard coded thumbnail sizes in css
- removed admin thumbnail page + language cleanup
git-svn-id: http://piwigo.org/svn/trunk@12930 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/include')
-rw-r--r-- | admin/include/functions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php index a863d6679..2696292ab 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -2015,7 +2015,6 @@ function get_active_menu($menu_page) case 'stats': case 'history': case 'maintenance': - case 'thumbnail': case 'comments': case 'updates': return 4; |