mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
- new configuration parameter : hide thumbnail captions on main page with
$conf['show_thumbnail_caption'] - new configuration parameter : hide picture name in title on picture presentation page with $conf['show_picture_name_on_title'] - template : new CSS classes to manage picture.php title git-svn-id: http://piwigo.org/svn/trunk@803 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -216,4 +216,11 @@ $conf['links'] = array();
|
||||
// feed_period : how long between two feed refresh ? Possible values are
|
||||
// "hour", "half day", "day", "week", "month".
|
||||
$conf['feed_period'] = 'week';
|
||||
|
||||
// show_thumbnail_caption : on thumbnails page, show thumbnail captions ?
|
||||
$conf['show_thumbnail_caption'] = true;
|
||||
|
||||
// show_picture_name_on_title : on picture presentation page, show picture
|
||||
// name ?
|
||||
$conf['show_picture_name_on_title'] = true;
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user