mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 09:43:01 +02:00
feature 1514: new screen to manage installed themes; activate, deactivate,
delete, set as default. plugins.class.php was merged back to a state it doesn't manage themes at all. themes.class.php was created instead, from a duplication of plugins.class.php and strongly modified then. feature 1507: the display of available themes is now much more "graphic". git-svn-id: http://piwigo.org/svn/trunk@5153 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -768,4 +768,7 @@ $conf['upload_dir'] = PHPWG_ROOT_PATH.'upload';
|
||||
|
||||
// where should the user be guided when there is no photo in his gallery yet?
|
||||
$conf['no_photo_yet_url'] = 'admin.php?page=photos_add';
|
||||
|
||||
// directory with themes inside
|
||||
$conf['themes_dir'] = PHPWG_ROOT_PATH.'themes';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user