示例#1
0
/* stylesheets */
?>
        <link href="<?php 
echo _res('stylesheets/screen.css');
?>
" media="screen, projection" rel="stylesheet" type="text/css" />
        <!--[if IE]>
        <link href="<?php 
echo _res('stylesheets/ie.css');
?>
" media="screen, projection" rel="stylesheet" type="text/css" />
        <![endif]-->

        <?php 
/* grab google CDN's jQuery, with a protocol relative URL; fall back to local if offline */
?>
        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
        <script>window.jQuery || document.write('<script src="<?php 
echo _res('js/vendor/jquery-1.7.2.min.js');
?>
"><\/script>')</script>

		<!--[if lt IE 9]>
		<script src="<?php 
echo _res('js/vendor/html5shiv');
?>
"></script>
		<![endif]-->
	</head>
	<body>
示例#2
0
        <footer>
        </footer>
<?php 
include_once ROOT . '/application/views/_general/debug.php';
?>
    </body>
<script type="text/javascript">
    var CONFIG = {
            'assets': '/assets/',
            'base'  : '/'
    };
</script>
<script type="text/javascript" src="<?php 
echo _res('js/behaviour.js');
?>
"></script>
</html>