diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-02-12 10:02:59 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-02-12 10:02:59 +0000 |
commit | a1833e40a2d81135bf72fb59abeb76c39030d5a5 (patch) | |
tree | 9f59387fdb86711cb1b65d9b695b106eea96fd5c /include/config_default.inc.php | |
parent | 9469de7482d3ddf7f02b9a17c2c5d3c18f9f205a (diff) |
improvement of picture title on picture page, drop boxes on index page ...
sharpening uses a zider scale range
git-svn-id: http://piwigo.org/svn/trunk@13115 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index dad6e9b20..d09ebf302 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -193,10 +193,6 @@ $conf['header_notes'] = array(); // 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; - // display_fromto: display the date creation bounds of a // category. $conf['display_fromto'] = false; |