feature 1605: ability to forbid theme activation, needed for gally-default.

git-svn-id: http://piwigo.org/svn/trunk@5874 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2010-04-15 22:08:37 +00:00
commit 9ee08fcf12
4 changed files with 14 additions and 3 deletions

View file

@ -764,6 +764,6 @@ $lang['There is no other language available.'] = 'There is no other language ava
$lang['There is no other plugin available.'] = 'There is no other plugin available.';
$lang['There is no other theme available.'] = 'There is no other theme available.';
$lang['Add another set of photos'] = 'Add another set of photos';
$lang['Order of menubar items has been updated successfully.'] = 'Order of menubar items has been updated successfully.';
$lang['This theme was not designed to be directly activated'] = 'This theme was not designed to be directly activated';
?>