Example #1
0
$router->meta();
?>
	  <link rel="stylesheet" href="templates/what/bower/font-awesome/css/font-awesome.min.css">
	  <style type="text/css">
		<?php 
echo file_get_contents(__DIR__ . '/css/load.css');
?>
		<?php 
echo file_get_contents(__DIR__ . '/bower/wallop/css/wallop.css');
?>
	  	<?php 
echo file_get_contents(__DIR__ . '/css/noinject.css');
?>
	  </style>
  </head>
  <body>
	  <div id="fb-root"></div>
    <?php 
if ($router->routerView != 'categories') {
    $module->loadSections($router->routerId, $router->categoryParentId, __DIR__, 'header');
}
$router->initRequire();
//echo $emogrifier->emogrify();
?>
	<script>
		<?php 
echo file_get_contents(__DIR__ . '/scripts/load.js');
?>
    </script>
  </body>
</html>