diff options
author | rub <rub@piwigo.org> | 2008-03-06 21:36:37 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-03-06 21:36:37 +0000 |
commit | af4f97f26aa1c3ed902ad9f3c1439507b402f9fc (patch) | |
tree | 396da27d0252db5cc3ce30aa64293b0af6aac915 /template/yoga/index.tpl | |
parent | f0a40c1573d3e381caf37a4c99a39362f33a2c43 (diff) |
Resolved issue 0000807: New slideshow features
Change icons by stripy icons
git-svn-id: http://piwigo.org/svn/trunk@2257 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/index.tpl')
-rw-r--r-- | template/yoga/index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl index abe3975ad..081344925 100644 --- a/template/yoga/index.tpl +++ b/template/yoga/index.tpl @@ -28,7 +28,7 @@ {/if} {if isset($U_SLIDESHOW) } - <li><a href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/slideshow.png" class="button" alt="{'slideshow'|@translate}"/></a></li> + <li><a href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_slideshow.png" class="button" alt="{'slideshow'|@translate}"/></a></li> {/if} {if isset($U_MODE_FLAT) } |