diff --git a/views/templates/hook/slider.tpl b/views/templates/hook/slider.tpl
index bbd9327..226ba64 100644
--- a/views/templates/hook/slider.tpl
+++ b/views/templates/hook/slider.tpl
@@ -35,13 +35,23 @@
{images_block}
{foreach from=$homeslider.slides item=slide}
+ {$imageAlt = null}
+
+ {if $slide.legend}
+ {$imageAlt = $slide.legend}
+ {elseif $slide.title}
+ {$imageAlt = $slide.title}
+ {/if}
+
-
{if $slide@first}