View Single Post
  #5  
Old 08-20-2010, 02:27 PM
 
cosy cosy is offline
 

Advanced Member
  
Join Date: Mar 2009
Posts: 79
 

Default Re: How do i call Html page ?

HI balinor,

Thanks, i'll do that but is this logic correct?

Quote:
Quote:
<body{if $body_onload ne ''} onload="javascript: {$body_onload}"{/if}{if $container_classes} class="{foreach from=$container_classes item=c}{$c} {/foreach}"{/if}>
{if $page_container_class}

{if $main eq "catalog" && $current_category.category eq ""}
{include file="homepage.tpl"}{/if}>
{else}
<div id="page-container">
<div id="page-container2">
__________________
Version 4.2.0
Testing v 4.4
Reply With Quote