Jump to content

Adding a link to the classic theme sliver


zomex

Recommended Posts

You need to edit slider.tpl file in theme folder change this:

 

 <img src="{$slide.image_url}" alt="{$slide.legend|escape}"> 
to this:

 

 <a href="{$slide.url}"><img src="{$slide.image_url}" alt="{$slide.legend|escape}"></a> 
After that clear cache.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...