?> <?php include_once 'templates/' . $this->template . '/js/analytics-head.js'; ?> <?php } ?> <?php if ($bsUpdate == 1) { ?> <script src="<?php echo getDebugAssetUrl($tplUrl . '/js/bsUpdate.js'); ?> " type="text/javascript"></script> <?php } ?> <?php if (@filesize('templates/' . $this->template . '/js/analytics-bottom.js') > 5) { ?> <?php include_once 'templates/' . $this->template . '/js/analytics-bottom.js'; ?> <?php } ?>
/css/custom.css" type="text/css" media="screen" /> <?php } ?> <?php if ($this->params->get('wireframing')) { ?> <link rel="stylesheet" href="<?php echo getDebugAssetUrl($tplUrl . '/css/wireframing.css'); ?> "> <?php } ?> <link rel="stylesheet" href="<?php echo getDebugAssetUrl($tplUrl . '/css/jquery.mmenu.all.css'); ?> "> <script src="<?php echo $tplUrl; ?> /js/jquery.mmenu.min.all.js" type="text/javascript"></script> <?php if (null !== $customColorsCss) { ?> <style type="text/css" charset="utf-8"> <?php echo $customColorsCss; ?> </style> <?php