{* $Id: content.tpl,v 1.1.1.1 2012/04/05 10:16:13 ferz Exp $ vim: set ts=2 sw=2 sts=2 et: *}
{if !($main eq "catalog" and $current_category.category eq "")} {include file="customer/evaluation.tpl"} {/if} {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}

{$page_title|escape}

{/if} {include file="customer/home_main.tpl"} {/if}
{if ($main neq 'cart' or $cart_empty) and $main neq 'checkout'}
{include file="customer/left_bar.tpl"}
{/if} {if $main neq "product"}
{include file="customer/right_bar.tpl"}
{/if}