Hi Guys,
How do i create a link called 'links' in the footer bar? Ive attempted to edit the footer.tlp but i get a 'undefined character' error message.
Ive had a quick looked around the forum and cant find this answer
Many thanks guys
Mark
Hi,
1) Do these links need to be multilinguistic.
2) Are they known to the software internal links
Regards Werner
1) Do these links need to be multilinguistic.
2) Are they known to the software internal links
Regards Werner
Last edited by wernerrenrew on Sat Nov 12, 2011 12:29 am, edited 1 time in total.
Hi Werner,
1) No, it doesn't need to be metalinguistic.
2) This bit im not so sure on. Ill try and explain.
If you go to my website http://www.raintopia.co.uk and look at the bottom of the page, i would like a link under 'extras' or 'my account' im not sure on coding but when i add the link through footer.tpl, i get that 'undefined character' error. I assume more code has to be entered to make it aware but i dont know how.
Cheers
Mark
1) No, it doesn't need to be metalinguistic.
2) This bit im not so sure on. Ill try and explain.
If you go to my website http://www.raintopia.co.uk and look at the bottom of the page, i would like a link under 'extras' or 'my account' im not sure on coding but when i add the link through footer.tpl, i get that 'undefined character' error. I assume more code has to be entered to make it aware but i dont know how.
Cheers
Mark
Hi,
If you want to add a link there it should not be a problem open.
catalog/view/theme/your_theme/template/common/footer.tpl and try something like this.
Regards Werner
If you want to add a link there it should not be a problem open.
catalog/view/theme/your_theme/template/common/footer.tpl and try something like this.
Code: Select all
<div class="column">
<h3><?php echo $text_service; ?></h3>
<ul>
<li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li>
<li><a href="<?php echo $return; ?>"><?php echo $text_return; ?></a></li>
<li><a href="<?php echo $sitemap; ?>"><?php echo $text_sitemap; ?></a></li>
<li><a href="http://www.beoptimized.nl">Our other Website</a></li>
</ul>
</div>
Hi,
I tried the code
I get the error code.. Notice: Undefined variable: text_link in /home/myloginname/public_html/catalog/view/theme/shopcart/template/common/footer.tpl on line 43
Id like the have an new internal blank page just like the 'about me' for instance so i can post various links in it.
Cheers
I tried the code
Code: Select all
<li><a href="<?php echo $link; ?>"><?php echo $text_link; ?></a></li>
Id like the have an new internal blank page just like the 'about me' for instance so i can post various links in it.
Cheers
Hi,
Just go to your admin area => catalog => information.
There you can make a new page it will showup under information in your footer.
Regards Werner
Just go to your admin area => catalog => information.
There you can make a new page it will showup under information in your footer.
Regards Werner
Who is online
Users browsing this forum: No registered users and 6 guests