Newer
Older
<!doctype html>
<html lang="{$Project->getLang()}">
<head>
{template_event name="quiqqer::template-cologne::header::begin" Template=$Template}
<meta charset="utf-8"/>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"/>

Michael Danielczok
committed
var BASKET_STYLE = "{$basketStyle}";
var BASKET_OPEN = "{$basketOpen}";

Michael Danielczok
committed
var INITAL_BASKET_PRICE = "{$initialBasketPrice}";
var COUNT_LANGUAGES = "{$countLanguages}";
var SHOW_CATEGORY_MENU = "{$showCategoryMenu}";
var REGISTER_URL = "{$registerSiteUrl}";

Michael Danielczok
committed
var SHOW_MENU_START_POS = 0; // The number of pixels from top which the menu will be displayed.
// 0 or false means start from the position of .topbar element.
var SHOW_MENU_SMOOTH = false; // if true menu slides from top
{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}

Michael Danielczok
committed
<body class="page-{$Site->getId()} {$typeClass} {$siteType}">
{template_event name="quiqqer::template-cologne::body::begin" Template=$Template}
{fetch template="template/topBar.html" Menu=$Menu User=$User Avatar=$Avatar
Flags=$Flags LangCurrencySwitch=$LangCurrencySwitch Search=$Search
}
{template_event name="quiqqer::template-cologne::body::afterTopBar" Template=$Template}
{* main navigation / menu *}
{fetch template="template/mainMenu.html"
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}
{template_event name="quiqqer::template-cologne::body::end" Template=$Template}