diff options
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) } |