{* $Id: head.tpl,v 1.58 2006/03/17 08:50:44 svowl Exp $ *}
{if $usertype eq "C"}
{include file="customer/main/minicart.tpl"}
{if $active_modules.Wishlist ne ""}
{if $active_modules.Gift_Registry ne ""}
{/if}
{/if}
{if $active_modules.RMA ne ""}
{include file="modules/RMA/customer_menu.tpl"}
{/if}
{if $active_modules.Special_Offers ne ""}
{include file="modules/Special_Offers/menu_cart.tpl"}
{/if}
{if $active_modules.Google_Checkout eq ""}
{/if}
{if $active_modules.Wishlist ne "" and $wlid ne ""}
{/if}
{if $login eq "" }
{if $config.Security.use_https_login eq "Y"}
{assign var="form_url" value=$https_location}
{else}
{assign var="form_url" value=$current_location}
{/if}
{else}
{/if}
{else}
 |
{if $main ne "fast_lane_checkout"}
|
{if $usertype eq "C"}
{ include file="customer/search.tpl" }
{/if}
|
{if ($usertype eq "C" || $usertype eq "B") && $all_languages_cnt gt 1}
{else}
{/if}
|
{else}
{* Fast Lane Checkout page *}
|
|
{/if}
 |
{******** Remove this line to display how much products there are online ****
{insert name="productsonline" assign="_productsonline"}
|
{if $config.Appearance.show_in_stock eq "Y"}
{insert name="itemsonline" assign="_itemsonline"}
{$lng.lbl_products_and_items_online|substitute:"X":$_productsonline:"Y":$_itemsonline}
{else}
{$lng.lbl_products_online|substitute:"X":$_productsonline}
{/if}
|
**** Remove this line to display how much products there are online ********}
{if $main ne "fast_lane_checkout"}
 |
{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}
|
{else}
{* Fast Lane Checkout page *}
 |
{/if}
{/if}