Feature 1535: Add language manager.

git-svn-id: http://piwigo.org/svn/trunk@5357 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice 2010-03-25 20:18:28 +00:00
commit 6b445114da
12 changed files with 389 additions and 36 deletions

View file

@ -1949,6 +1949,7 @@ function get_active_menu($menu_page)
case 'menubar':
case 'themes_new':
case 'themes_installed':
case 'languages_installed':
return 5;
}
return 0;