Example #1
0
">
	<meta name="msapplication-square150x150logo" content="<?php 
echo Q_Html::themedUrl('img/icon/150.png');
?>
">
	<meta name="msapplication-square310x310logo" content="<?php 
echo Q_Html::themedUrl('img/icon/150.png');
?>
">

	<title id="title_slot"><?php 
echo $title;
?>
</title>
	<link rel="shortcut icon" href="<?php 
echo Q_Request::proxyBaseUrl();
?>
/favicon.ico" type="image/x-icon">
	
	<script type="text/javascript">
		document.getElementsByTagName('html')[0].className += ' Q_js'; // better than noscript
	</script>
	
	<!-- scripts have been moved to the bottom of the body -->
	<?php 
echo Q_Response::stylesheets(true, "\n\t");
?>
 
	<?php 
echo Q_Response::styles(true, "\n\t");
?>