Ejemplo n.º 1
0
?>
  <title><?php 
print $head_title;
?>
</title>
  <?php 
print $styles;
?>
  <?php 
print $scripts;
?>
  <!--[if lt IE 9]>
		<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
	<![endif]-->
   <script id="requirejs" data-rev="<?php 
print cmm_rjs_rev();
?>
" data-main="<?php 
print cmm_path_to_rjs_main();
?>
" src="<?php 
print cmm_path_to_rjs();
?>
"></script>
</head>

<body class="<?php 
print $classes;
?>
" <?php 
print $attributes;
function cmm_path_to_rjs()
{
    return '/' . cmm_path_to_theme() . (cmm_is_dev_mode() ? '/js/src' : '/js/dist') . '/vendor/require.js?rev=' . cmm_rjs_rev();
}