View Single Post
  #7  
Old 01-19-2003, 01:15 PM
 
Kanyon71 Kanyon71 is offline
 

Senior Member
  
Join Date: Oct 2002
Location: Lutz, FL
Posts: 128
 

Default

Ok I have tried and cannot figure out how to switch the side on this thing. I need to move the menu from the right to left here is the code if someone can show me what to change.

Code:
{* $Id: home.tpl,v 1.2.2.1 2002/10/03 10:21:19 zorg Exp $ *} { config_load file="$skin_config" } <html> <head> <title>{$lng.txt_site_title} {if $main eq "catalog"} {$lng.txt_subtitle_home} {elseif $main eq "help"} {$lng.txt_subtitle_help} {elseif $main eq "cart"} {$lng.txt_subtitle_cart} {elseif $main eq "checkout"} {$lng.txt_subtitle_checkout} {elseif $main eq "order_message"} {$lng.txt_subtitle_thankyou} {/if} </title> { include file="meta.tpl" } <link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}"> </head> <body class="background"> { include file="rectangle_top.tpl" } { include file="head.tpl" } <table border=0 width=70% cellpadding=0 cellspacing=0 align="center"> <tr> <td width=20></td> <td valign=top> {include file="customer/home_main.tpl"} <td width=20></td> <td class=TableRight width=175 valign=top> { include file="mooses.tpl" } { include file="customer/categories.tpl" } { include file="customer/menu_cart.tpl" } {if $active_modules.Bestsellers ne "" and $config.Modules.bestsellers_menu eq "Y"} { include file="modules/Bestsellers/menu_bestsellers.tpl" } {/if} {if $active_modules.Gift_Certificates ne ""} { include file="modules/Gift_Certificates/gc_menu.tpl" } {/if} {if $login eq "" } { include file="auth.tpl" } {else} { include file="menu_profile.tpl" } {/if} { include file="help.tpl" } <table border=0 cellPadding=5 cellSpacing=0 width=100%> <TR> <TD class=MenuTitleLine height=26 valign=center width="100%" ><FONT class=TableLeftTitles>{$lng.lbl_about_our_site}</FONT> </TD> </TR> <tr><td colspan=2 class="TableLeftElements"> About us </td></tr> </table> <table border=0 cellPadding=5 cellSpacing=0 width=100%> <TR> <TD class=MenuTitleLine height=26 valign=center width="100%" ><FONT class=TableLeftTitles>Home</FONT> </TD> </TR> <tr><td colspan=2 class="TableLeftElements"> Home </td></tr> </table> {if $login eq "" } { include file="news.tpl" } {else} { include file="authbox.tpl" } {/if} { include file="testimonials.tpl"} More Testimonials { include file="mainlinks.tpl"} { include file="poweredby.tpl"} </td> <tr> <td></td> <td>{ include file="copyright.tpl" }</td> <td></td> <td></td> <td></td> </tr> </table> { include file="rectangle_bottom.tpl" } </body> </html>

Thanks,
Kanyon71
__________________
Kanyon71
http://www.web-wizards.com
For hosting solutions that fully support X-Cart!
Mention the forums for a discounted package!
Reply With Quote