예제 #1
0
" />
	<title><?php 
echo $this->site['title'];
?>
</title>

	<!--<link rel="stylesheet" type="text/css" href="<?php 
echo URL;
?>
styles/styles.css" />-->
	<link rel="stylesheet" type="text/css" href="<?php 
echo URL;
?>
styles/bootstrap.min.css" />
	<?php 
Bundles::styles();
?>
	<!--[if lt IE 9]>
		<link rel="stylesheet" type="text/css" href="<?php 
echo URL;
?>
css/ie.css" />
		<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
		<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
	<![endif]-->
</head>
<body>
<div class="container" id="header">	
	<nav class="navbar">
		<a href="/" class="logo"><img src="<?php 
echo URL;