View Single Post
  #6  
Old 12-01-2003, 01:53 PM
 
vold vold is offline
 

Member
  
Join Date: Sep 2003
Posts: 25
 

Default

Quote:
Originally Posted by DogByteMan

doesn't answer my question plz help me! here is my menu.tpl and home.tpl code!


menu.tpl:

Code:
<TABLE WIDTH=180 BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR> <TD COLSPAN=3> [img]imgmenuhead/menuhead_01.gif[/img]</TD> </TR> <TR> <TD ROWSPAN=2> [img]imgmenuhead/menuhead_02.gif[/img]</TD> <TD WIDTH=125 HEIGHT=24 BGCOLOR=#3B536F> {$link_begin}[img]{$ImagesDir}/{$dingbats}[/img]{$link_end} {if $link_href} <font face="Tahoma" color="#FFFFFF" size="1">{$menu_title}</font> {else} <font face="Tahoma" color="#FFFFFF" size="1">{$menu_title}</font> {/if} </TD> <TD ROWSPAN=2> [img]imgmenuhead/menuhead_04.gif[/img]</TD> </TR> <TR> <TD> [img]imgmenuhead/menuhead_05.gif[/img]</TD> </TR> </TABLE> <TABLE border=0 cellPadding=5 cellSpacing=0 width="125%"> <TR> <TD colspan="3" class=VertMenuBox>{$menu_content} </td> </td> </TD></TR> </TABLE>

home.tpl:

Code:
{* $Id: home.tpl,v 1.50 2003/04/09 07:41:05 olga Exp $ *} { config_load file="$skin_config" } <html> <head> <title>{$lng.txt_site_title} {if $main eq "catalog"} {if $location eq ""} {$lng.txt_subtitle_home} {else} {strip} {section name=position loop=$location start=0 } {if %position.last% eq "true"} - {$location[position].0|escape}{/if} {/section} {/strip} {/if} {elseif $main eq "product"} {if $product.product ne ''} - {$product.product}{/if} {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#}"> <body background="background.gif"> </head> { include file="rectangle_top.tpl" } { include file="head.tpl" } <table border=0 width="75%" cellpadding=0 cellspacing=0 align="center"> <tr> <td class=VertMenuBox2 width=1> <td class=VertMenuBox width=150 valign=top> { include file="customer/categories.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 "" or $active_modules.Product_Configurator ne ""} {include file="customer/special.tpl"} {/if} { include file="help.tpl" } </td></td> <td width=20></td> <td valign=top> {include file="customer/home_main.tpl"} </td> <td width=20></td> <td width=150 valign=top> { include file="customer/menu_cart.tpl" } {if $login eq "" } { include file="auth.tpl" } {else} { include file="authbox.tpl" } {/if} { include file="news.tpl" } {if $active_modules.Interneka ne ""} { include file="modules/Interneka/menu_interneka.tpl" } {/if} </td> </tr> </table> { include file="rectangle_bottom.tpl" } </p> </body> </html>

THX
Reply With Quote