{if $usertype eq "C"}
{ include file="customer/search.tpl" }
{/if}
|
{if $usertype eq "C"}
{ include file="login.tpl" }
{/if}
|
{include file="customer/hor_categories.tpl"} |
{if ($usertype eq "C" || $usertype eq "B")and $all_languages_cnt gt 1}
{else}
{/if}
|
{******** Remove this line to display how much products there are online ****
{insert name="productsonline"} {$lng.lbl_products} {if $config.Appearance.show_in_stock eq "Y"}{$lng.lbl_and} {insert name="itemsonline"} {$lng.lbl_items} {/if}{$lng.lbl_online} |
**** Remove this line to display how much products there are online ********}
 |
{if (($main eq 'catalog' && $cat ne '') || $main eq 'product' || ($main eq 'comparison' && $mode eq 'compare_table') || ($main eq 'choosing' && $smarty.get.mode eq 'choose')) && $config.Appearance.enabled_printable_version eq 'Y'}
{include file="printable.tpl"} |
 |
{/if}
|