Example #1
0
echo $helpers->renderBodyClass();
?>
" lang="<?php 
echo $helpers->_('en');
/* this intentionally on a separate line */
?>
">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<meta name="robots" content="noindex, nofollow" />
	<meta name="google" content="notranslate" />
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">

	<title><?php 
echo $helpers->renderBrowserTitle();
?>
</title>

	<script type="text/javascript"><?php 
echo $helpers->renderJSConfig();
?>
</script>
	<?php 
foreach ($config->styles as $file) {
    echo "\n\t<link type='text/css' href='{$file}' rel='stylesheet' />";
}
?>
	<?php 
foreach ($config->scripts as $file) {
    echo "\n\t<script type='text/javascript' src='{$file}'></script>";