[*]MO: blockbanner added title and alt tag to image

This commit is contained in:
Dh42
2013-11-28 22:39:25 -06:00
parent 7fa882efca
commit 77e02f054f
+1 -1
View File
@@ -29,7 +29,7 @@
<div class="container">
<a href="{$banner_link}" title="{$banner_desc}">
{if isset($banner_img)}
<img class="img-responsive" src="{$module_dir}{$banner_img}" alt=""/>
<img class="img-responsive" src="{$module_dir}{$banner_img}" alt="{$banner_desc}" title="{$banner_desc}"/>
{else}
{$banner_desc}
{/if}