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 /picture.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-- | picture.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/picture.php b/picture.php index a31a3d94f..6763ee881 100644 --- a/picture.php +++ b/picture.php @@ -717,7 +717,6 @@ $template->assign( array( 'SECTION_TITLE' => $page['title'], 'PHOTO' => $title_nb, - 'SHOW_PICTURE_NAME_ON_TITLE' => $conf['show_picture_name_on_title'], 'IS_HOME' => ('categories'==$page['section'] and !isset($page['category']) ), 'LEVEL_SEPARATOR' => $conf['level_separator'], |