Jump to content
  • 0

Zmiana adresu odnośnika Facebooka w stopce


Constanza

Question

17 answers to this question

Recommended Posts

  • 0


<div id="contact_block" class="block">

<h4 class="title_block">{l s='Contact us' mod='blockcontact'}</h4>

<div class="block_content clearfix">

<p>{l s='Our support hotline is available 24/7.' mod='blockcontact'}</p>

{if $telnumber != ''}<p class="tel"><span class="label">{l s='Phone:' mod='blockcontact'}</span>{$telnumber|escape:'htmlall':'UTF-8'}</p>{/if}

{if $email != ''}<a href="mailto:{$email|escape:'htmlall':'UTF-8'}">{l s='Contact our expert support team!' mod='blockcontact'}</a>{/if}

</div>

</div>

 

Link to comment
Share on other sites

  • 0

Bez wglądu w pliki ciężko coś stwierdzić na pewno, ale jeśli ten kod podałeś z lokalizacji themes/default/modules/blockcontact/blockcontact.tpl i to nie ten plik to zobacz w zakładce moduły > Pozycje jakie moduły sa przypisane do hooka displayrightcolumn i sprawdzaj ich tpl po kolei w którymś musi być to umieszczone.

Link to comment
Share on other sites

  • 0

Dodałem poprawną linijkę odnośnika w tej lokalizacji. Jednak nic się nie zmieniło.


	<div id="contact_block" class="block">
    <p class="title_block">{l s='Contact us' mod='blockcontact'}</p>
    <div class="block_content clearfix">
            <p>{l s='Our hotline is available 24/7' mod='blockcontact'}</p>
            {if $telnumber != ''}<p class="tel"><span class="label">{l s='Phone:' mod='blockcontact'}</span>{$telnumber|escape:'htmlall':'UTF-8'}</p>{/if}
            {if $email != ''}<a class="href" href="mailto:{$email|escape:'htmlall':'UTF-8'}">{l s='Contact our hotline' mod='blockcontact'}</a>{/if}
            <a href="https://www.facebook.com/Constanza-hurtownia-kosmetyczna-1746892185533699/" target="_blank" class=""><div class="href2"></div></a>
    </div>
</div>



Na stronie w podglądzie jest ten zły link. Nie wiem tylko gdzie go szukać:

 

 

z.jpg

Edited by Constanza (see edit history)
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...