{* $Id: head_admin.tpl,v 1.10 2006/03/17 08:50:44 svowl Exp $ *}
 |
{if $login ne ""}
{include file="authbox_top.tpl"} |
 |
{/if}
|
{if ($usertype eq "P" or $usertype eq "A") and $login and $all_languages_cnt gt 1}
{else}
{/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 ********}
|
|