Jump to content
  • 0

Link w stopce obok "..wspierane przez prestashop"


pawelr34

Question

Witam wszystkich zainteresowanych :)

Mam pytanie.. powiedzcie mi jak umieścić link w stopce na stronie głównej obok lub pod tesktem  " Oprogramowanie e-commerce od Prestashop" ?

Chodzi o to, że chciałbym dodać tam linku do katalogu SEO z wydaje mi się oczywistych względów :)

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

ok

 

/themes/default-bootstrap/modules/blockcms/blockcms.tpl

 

masz tam kod:

	<section class="bottom-footer col-xs-12">
		<div>
			© 2014 {l s='[1]Ecommerce software by %s[/1]' mod='blockcms' sprintf=['PrestaShop™'] tags=['<a class="_blank" href="http://www.prestashop.com">']}
		</div>
	</section>

dodaj do niego swój link, np:

	<section class="bottom-footer col-xs-12">
		<div>
			© 2014 {l s='[1]Ecommerce software by %s[/1]' mod='blockcms' sprintf=['PrestaShop™'] tags=['<a class="_blank" href="http://www.prestashop.com">']} <a href="http://mypresta.eu/">{l s='moj link' mod='blockcms'></a>
		</div>
	</section>
  • Like 1
Link to comment
Share on other sites

  • 0

Czy wrobić... może.. nie wiem...w takim świecie żyjemy...

Jak na razie mojej strony nie widać w google, dopisuję ją do najlepszych katalogów i staram się zdziałać coś w tym temacie. Chyba jeden z Top katalogów krzywdy nie wyrządzi... Jak masz jakieś doświadczenie w tym temacie i chciałbyś coś poradzić to chętnie posłucham ale przede wszystkim "na spokojnie" :)

Również pozdrawiam.

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