eduard.luca Posted May 3, 2016 Share Posted May 3, 2016 Hello, I would like to add a link to the blockcategory title, so that when an user clicks and enters a sub-category he has the option to return to previous by clicking on the title. Thanks for your time Link to comment Share on other sites More sharing options...
Daresh Posted May 3, 2016 Share Posted May 3, 2016 You get a link to a category by using a code like this: <a href="{$link->getCategoryLink($category->id_category, $category->link_rewrite)|escape:'html':'UTF-8'}"> So in case of blockcategories header I would try: <a href="{$link->getCategoryLink($currentCategory->id_category, $currentCategory->link_rewrite)|escape:'html':'UTF-8'}"> Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now