limon213 Posted February 26, 2017 Share Posted February 26, 2017 Hello, I want to add an external domain link in my footer Information block. How do I do it? Thanks Link to comment Share on other sites More sharing options...
Geo Burlibasa Posted February 26, 2017 Share Posted February 26, 2017 Go in FTP to path: themes/THEME_NAME/modules/blockcms/blockcms.tpl Find {if isset($show_sitemap) && $show_sitemap} <li> <a href="{$link->getPageLink('sitemap')|escape:'html':'UTF-8'}" title="{l s='Sitemap' mod='blockcms'}"> {l s='Sitemap' mod='blockcms'} </a> </li> {/if} right after it, add: <li> <a href="YOUR_LINK" title="YOUR_TITLE"> {l s='YOUR_TITLE' mod='blockcms'} </a> </li> Replace "YOUR_LINK" and "YOUR_TITLE" with, obviously, your link and your title Link to comment Share on other sites More sharing options...
limon213 Posted February 26, 2017 Author Share Posted February 26, 2017 Thank you very much Link to comment Share on other sites More sharing options...
austin16 Posted February 28, 2017 Share Posted February 28, 2017 I was think same but I have used alter way of this. 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