Jump to content

[solved] How to add Google Page into social_block


Recommended Posts

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 by nzecheru (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

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...