File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/01bbb7f55b21cc20f28f2081b146ecd3
<aside id="sidebar" class="column fluid-25"> <div class="shadow"></div> <div class="bg-sidebar"></div> <?php echo $__env->make('partials.reviews', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php if( isset($mainBrand) && $mainBrand->medium_image_url ): ?> <a href="/<?php echo $mainBrand->route; ?>" class="side-bar-logo"> <img src="<?php echo $mainBrand->medium_image_url; ?>" alt="<?php echo $mainBrand->name; ?>"/> </a> <?php elseif( isset($mainBrand) && $mainBrand->small_image_url ): ?> <a href="/<?php echo $mainBrand->route; ?>" class="side-bar-logo"> <img src="<?php echo $mainBrand->small_image_url; ?>" alt="<?php echo $mainBrand->name; ?>"/> </a> <?php endif; ?> <?php if( isset($brands)): ?> <span class="sidebar-title"><?php echo Lang::get('pages/brands.title'); ?></span> <nav class="submenu" role="navigation"> <ul> <?php foreach($brands as $brand): ?> <li><a href="/<?php echo $brand->route; ?>"><?php echo $brand->name; ?></a></li> <?php endforeach; ?> </ul> </nav> <?php endif; ?> <?php if(isset($mainBrand) && ! empty($menu)): ?> <span class="sidebar-title"><?php echo $mainBrand->name; ?></span> <nav class="submenu" role="navigation"> <?php echo $menu; ?> </nav> <?php /* F.E. customerService, companypage */ ?> <?php elseif(isset($root) && ! empty($menu)): ?> <span class="sidebar-title"><?php echo $root->name; ?></span> <nav class="submenu" role="navigation"> <?php echo $menu; ?> </nav> <?php endif; ?> <?php if( isset($customerService)): ?> <div class="customer-service"> <div class="text-holder"> <?php echo Lang::get('partials/customerService.sidebar.message', [ 'email' => (isset($email)?$email: Config::get('komma/tops.email.'.\Shop::getDomainCountry('iso_2')) ), 'phone' => (isset($phone)?$phone: Config::get('komma/tops.telephone.'.\Shop::getDomainCountry('iso_2') )), 'telLink' => (isset($telLink)?$telLink: Config::get('komma/tops.telephone.'.\Shop::getDomainCountry('iso_2').'+' )) ]); ?> </div> <div class="image-holder"> <span class="name"><?php echo isset($customerService->name) ? $customerService->name : 'Hobie'; ?></span> <img src="/images/static/people/<?php echo isset($customerService->url) ? $customerService->url : 'hobie'; ?>.png" alt="<?php echo isset($customerService->name) ? $customerService->name : 'Hobie'; ?>"/> </div> </div> <?php endif; ?> <?php if( ( ! isset($bodyClasses) ) || $bodyClasses != 'cart'): ?> <div class="selling-points"> <?php echo $__env->yieldContent('sellingPoints', view::make('partials.sellingPoints')); ?> </div> <div class="sidebar-trustmark"> <a href="http://www.keurmerk.info/Leden-en-Partners/Lid-Details/13976" target="_blank"> <img src="/images/static/trustmark/trustmark_sidebar_<?php echo $shop->getShop()->slug; ?>.jpg" alt="http://www.keurmerk.info"> </a> </div> <?php endif; ?> </aside>