File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/ad0dba9441a0f545cc8c9740a07679de
<div class="blue-bar column fluid-100 row"> <div class="center column full"> <a id="logo-holder" class="column" href="/<?php echo $shop->getPageService()->page('home')->route; ?>"> <img src="/images/structure/tops_logo_header.svg" alt="Logo Tops WTW-Filters" /> </a> <nav class="nav-main"> <ul> <?php echo $menu->getShopMenu()->getUnsortedList('main'); ?> </ul> </nav> <nav class="nav-sub"> <div class="customer-login"> <?php if(Auth::customer()->check()): ?> <ul> <li> <a href="javascript:void(0)"><?php echo Lang::get('customer/header.salutation',['name' => Auth::customer()->get()->first_name]); ?></a> <ul> <li> <a href="/<?php echo $shop->getPageService()->page('customer')->route; ?>"><?php echo Lang::get('customer/header.account'); ?></a> </li> <li> <a href="<?php echo url($shop->getLanguageService()->getCurrentLanguage() . '/customer/logout'); ?>"><?php echo Lang::get('customer/header.logout'); ?></a> </li> </ul> </li> </ul> <?php else: ?> <a href="/<?php echo $shop->getPageService()->page('customer')->route; ?>"><?php echo Lang::get('customer/header.login'); ?></a> <?php endif; ?> </div> <div class="choose-language flag-drop-down"> <div class="button-open"></div> <ul> <?php echo $menu->getLanguageMenu()->getUnsortedList(); ?> </ul> </div> <a href="/<?php echo $shop->getPageService()->page('cart')->route; ?>" class="cart column half row"> <span> <?php echo Lang::get('checkout/cart.header_title'); ?> <span class="sep">|</span> <span class="quantity" ng-cloak> {{ cart.getTotalQuantity() | number }} </span> </span> </a> </nav> </div> </div>