Esempio n. 1
0
	<link rel="shortcut icon" href="<?php 
echo Q_Request::baseUrl();
?>
/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");
?>
 
</head>
<body>
	<div id="dashboard_slot">
<!-- - - - - - - - - - - - - begin dashboard slot- - - - - - - - - - - - - - - - -->
<?php 
echo $dashboard;
?>
 
<!-- - - - - - - - - - - - - - end dashboard slot- - - - - - - - - - - - - - - - -->
	</div>
	<div id="page">
		<div id="notices_slot">
<!-- - - - - - - - - - - - - - begin notices slot- - - - - - - - - - - - - - - - -->