New feature : configuration option for thumbnail directory
git-svn-id: http://piwigo.org/svn/trunk@3720 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
d8144df868
commit
513b3e0bd6
5 changed files with 8 additions and 5 deletions
|
|
@ -264,6 +264,9 @@ $conf['allow_html_descriptions'] = true;
|
|||
// contain characters among : a to z (case insensitive), "-" or "_".
|
||||
$conf['prefix_thumbnail'] = 'TN-';
|
||||
|
||||
// dir_thumbnail : directory where thumbnail reside.
|
||||
$conf['dir_thumbnail'] = 'thumbnail';
|
||||
|
||||
// users_page: how many users to display in screen
|
||||
// Administration>Identification>Users?
|
||||
$conf['users_page'] = 20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue