Newer
Older
<html itemscope itemtype="{$Site->getAttribute('meta.itemscope')}" lang="{$Project->getLang()}">
{template_event name="quiqqer::template::header::begin" Template=$Template}
{template_event name="quiqqer::template-cologne::header::begin" Template=$Template}
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"/>
var BASKET_STYLE = "{$basketStyle}";
var BASKET_OPEN = "{$basketOpen}";
var INITAL_BASKET_PRICE = "{$initialBasketPrice}";
var COUNT_LANGUAGES = "{$countLanguages}";
var SHOW_CATEGORY_MENU = "{$showCategoryMenu}";
var REGISTER_URL = "{$registerSiteUrl}";
var SHOW_MENU_AFTER_SCROLL_POS = "{$showNavAfterScroll}"; // The number of pixels from top which the menu will be displayed.
var SHOW_MENU_SMOOTH = "{$showMenuSmooth}"; // if true menu slides from top (animation)
var SET_MENU_POS_BACK_ON_INIT = !!"{$setMenuPosBackOnInit}"; // if true menu slides from top (animation)
var SCROLL_OFFSET = 80;
{fetch template="template/head/styles.html" Template=$Template}
{template_event name="quiqqer::template-cologne::header::afterCSSStyles" Template=$Template}
{template_event name="quiqqer::template-cologne::header::afterSettingsCSS" Template=$Template}
{template_event name="quiqqer::template-cologne::header::end" Template=$Template}
{template_event name="quiqqer::template::header::end" Template=$Template}
<body class="page-{$Site->getId()} {$typeClass} {$siteType} {$minimalDesignClass} {$pageCustomClass}">
{template_event name="quiqqer::template::body::begin" Template=$Template}
{template_event name="quiqqer::template-cologne::body::begin" Template=$Template}
{if $useSlideOutMenu}
<div class="slideout-panel">
{/if}
{if $Template->getAttribute('showTopBar')}

Michael Danielczok
committed
{fetch template="template/topBar.html" Menu=$Menu User=$User Avatar=$Avatar Search=$Search}
{template_event name="quiqqer::template-cologne::body::afterTopBar" Template=$Template}
{if $Template->getAttribute('showNav')}
{* main navigation / menu *}
{fetch template="template/mainMenu.html"
Template=$Template
Logo=$Logo
Menu=$Menu
showCategoryMenu=$showCategoryMenu
createBasketButton=$createBasketButton
basketStyle=$basketStyle
initialBasketPrice=$initialBasketPrice
}
{template_event name="quiqqer::template-cologne::body::afterMainMenu" Template=$Template}

Michael Danielczok
committed
{* <!--Shop category menu--> *}
{if $showCategoryMenu}
{template_event name="quiqqer::template-cologne::body::beforePage" Template=$Template}
{fetch template="template/page.html"
showBreadcrumb=$showBreadcrumb
header=$header
pageTitle=$pageTitle
Site=$Site
paymentsData=$paymentsData
shortText=$shortText
urlList=$urlList
featuredProducts=$featuredProducts
{template_event name="quiqqer::template-cologne::body::afterPage" Template=$Template}
{if $useSlideOutMenu}
</div>
{/if}
{template_event name="quiqqer::template-cologne::body::end" Template=$Template}
{template_event name="quiqqer::template::body::end" Template=$Template}