Example #1
0
<?php

defined('ROOT') or exit('No direct script access allowed');
?>
<!DOCTYPE html>
<html lang="<?php 
show::siteLang();
?>
">
<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" />