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 /themes/default/template/slideshow.tpl | |
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-- | themes/default/template/slideshow.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/default/template/slideshow.tpl b/themes/default/template/slideshow.tpl index a310935a2..71fa06558 100644 --- a/themes/default/template/slideshow.tpl +++ b/themes/default/template/slideshow.tpl @@ -3,11 +3,9 @@ {if isset($U_SLIDESHOW_STOP) } [ <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|@translate}</a> ] {/if} + <h2 class="showtitle">{$current.TITLE}</h2> </div> <div class="imageNumber">{$PHOTO}</div> - {if $SHOW_PICTURE_NAME_ON_TITLE } - <h2 class="showtitle">{$current.TITLE}</h2> - {/if} </div> <div id="imageToolBar"> |