How do i call Html page ?
{*
$Id: home.tpl,v 1.1 2010/05/21 08:32:02 joy Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
<?xml version="1.0" encoding="{$default_charset|default:"iso-8859-1"}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
{config_load file="$skin_config"}
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
{include file="customer/service_head.tpl"}
</head>
<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="pages/en/homepage.html"}{/if}>
{else}
<div id="page-container">
<div id="page-container2">
<div id="content-container">
<div id="content-container2">
{include file="customer/content.tpl"}
</div>
</div>
<div class="clearing"> </div>
<div id="header">
{include file="customer/head.tpl"}
</div>
<div id="footer">
What i did wrong?
__________________
Version 4.2.0
Testing v 4.4
|