Hi Sunary,
My site url is
www.health-shoppe.com/FINAL. AND skin is artistictunes business in 4.4.2
I want to make home page only single column.
Here is my content.tpl file-
{*
$Id: content.tpl,v 1.1 2010/05/21 08:31:52 joy Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
<div id="center">
<div id="center-main">
{include file="customer/evaluation.tpl"}
<!-- central space -->
{if ($main eq 'cart' and not $cart_empty) or $main eq 'checkout'}
{include file="modules/`$checkout_module`/content.tpl"}
{else}
{if $main neq "catalog" or $current_category.category neq ""}
{include file="customer/bread_crumbs.tpl"}
{/if}
{if $main ne "cart" and $main ne "checkout" and $main ne "order_message"}
{if $gcheckout_enabled}
{include file="modules/Google_Checkout/gcheckout_top_button.tpl"}
{/if}
{if $amazon_enabled}
{include file="modules/Amazon_Checkout/amazon_top_button.tpl"}
{/if}
{/if}
{include file="customer/dialog_message.tpl"}
{if $active_modules.Special_Offers}
{include file="modules/Special_Offers/customer/new_offers_message.tpl"}
{/if}
{if $page_tabs ne ''}
{include file="customer/main/top_links.tpl" tabs=$page_tabs}
{/if}
{if $page_title}
<h1>{$page_title|escape}</h1>
{/if}
{include file="customer/home_main.tpl"}
{include file="customer/bottom_menu.tpl"}
{/if}
<!-- /central space -->
</div><!-- /center -->
</div><!-- /center-main -->
{if ($main neq 'cart' or $cart_empty) and $main neq 'checkout'}
<div id="right-bar">
{include file="customer/left_bar.tpl"}
</div>
{/if}
I have added your code but cannot get my home page to single.
Can you help to achieve my goal ??
Thanks.