nzecheru Posted July 7, 2013 Share Posted July 7, 2013 (edited) Hello, I want to add a link to a Google Page, between Facebook and Twitter (v1.5.4.1 - default theme) <div id="social_block"> <p class="title_block">{l s='Follow us' mod='blocksocial'}</p> <ul> {if $facebook_url != ''}<li class="facebook"><a href="{$facebook_url|escape:html:'UTF-8'}">{l s='Facebook' mod='blocksocial'}</a></li>{/if} {if $twitter_url != ''}<li class="twitter"><a href="{$twitter_url|escape:html:'UTF-8'}">{l s='Twitter' mod='blocksocial'}</a></li>{/if} {if $rss_url != ''}<li class="rss"><a href="{$rss_url|escape:html:'UTF-8'}">{l s='RSS' mod='blocksocial'}</a></li>{/if} </ul> </div> Can you please let me know how can I do that or what exactly I need to edit? Thank you, Nicu. Edited July 22, 2013 by nzecheru (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 7, 2013 Share Posted July 7, 2013 hello, you can add button wilth own url manually in the file that you attached above if you've got any other questions, feel free to write Link to comment Share on other sites More sharing options...
nzecheru Posted July 22, 2013 Author Share Posted July 22, 2013 I followed this tutorial and it's very easy to add: http://www.prestashop.com/forums/topic/235315-solved-how-to-add-new-social-icons/page__p__1158935?do=findComment&comment=1158935 Link to comment Share on other sites More sharing options...
vekia Posted July 22, 2013 Share Posted July 22, 2013 thanks for information im going to mark this topic as [solved] regards 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