![]() |
How to move language
Hello
I need to move the plaguage drop down box to the bottom of the page and also make it appear on every page. I have try to move it but the entire header is disapearing... Any help would be gladdly appreciate. X-Cart Gold 3.4.3 Stefan |
this is for v3.4.3 but a similar thing will work in any version
in head.tpl remove Code:
{if $main eq "catalog" and $current_category.category eq "" and $all_languages_numba gt 1} so that it looks more like Code:
{* $Id: head.tpl,v 1.28 2003/04/24 09:50:33 svowl Exp $ *} then make a new file caled language.tpl and put this in it Code:
{* $Id: languages.tpl,v 1.28 *} then in home.tpl add this where you want it to appear Code:
{ include file="language.tpl" } |
Wow !!!
Thank you so much, it works !!!! Finally.
Little question, how do i remove or where i remove the extra space under language. take a look at www.thepleasurefair.com Warning 18+ Regards Stefan [/url] |
edit the code i gave you
change this bit Code:
<FORM action="home.php" method=GET name=sl_form> to Code:
<table> basically tuck the form tags inside the table row tags otherwise it gives the balnk space as you mentioned |
Great
Great, i was playing with this for hours,
If you take a last look at our site we have a hard time to move the search box in the middle. Any clue why. Stefan |
All times are GMT -8. The time now is 02:37 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.