Jump to content

Default Image Slider 1.6


Recommended Posts

You can open yourdomain\themes\yourtheme\modules\homeslider\homeslider.tpl and look for this line of code:

<a href="{$slide.url|escape:'html':'UTF-8'}" title="{$slide.legend|escape:'html':'UTF-8'}">

and change it to this:

<a href="{$slide.url|escape:'html':'UTF-8'}" title="{$slide.legend|escape:'html':'UTF-8'}" target="_blank">

but remember this will make all your slider links to open in new window

Link to comment
Share on other sites

×
×
  • Create New...