henri.tseng Posted May 24, 2012 Share Posted May 24, 2012 Hi everyone, I'm still kind of new in prestashop! I have a theme where it already have the Facebook button and also the twitter button but when I try to edit the link. I will still end up with this in the URL on the browser "http://racingstrength.com/www.facebook.com" which doesn't take me to anywhere! this is the code in the footer.tpl file, so any solution to this? Many many thanks __________________________________________________________________________ {if !$content_only} </div> <!-- Right --> <div id="right_column" class="column"> {$HOOK_RIGHT_COLUMN} </div> </div> </div> <!-- Footer --> <div id="footer_wrapper"> <div id="footer"> {$HOOK_FOOTER} <div class="soc_links"> <a class="soc_link_twitter" href="#"><img src="{$img_dir}soc_twitter.png" alt="twitter" /></a> <a class="soc_link_facebook" href="www.facebook.com" target="_blank"><img src="{$img_dir}soc_facebook.png" alt="www.facebook.com" /</a> </div> <!-- [[%FOOTER_LINK]] --> </div> </div> </div> </div> {/if} <script type="text/javascript"> Cufon.now(); </script> </body> </html> Link to comment Share on other sites More sharing options...
Recommended Posts