Example #1
0
<head>
	<?php 
eval($core->callHook('frontHead'));
?>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<title><?php 
show::titleTag();
?>
</title>
	<base href="<?php 
show::siteUrl();
?>
/" />
	<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1" />
	<meta name="description" content="<?php 
show::metaDescriptionTag();
?>
" />
	<link rel="icon" href="theme/<?php 
show::theme("[id]");
?>
/favicon.gif" />
	<?php 
show::linkTags();
?>
	<?php 
show::scriptTags();
?>
	<?php 
eval($core->callHook('endFrontHead'));
?>