Example #1
0
		<link rel="stylesheet" href="<?php 
echo Application::GetUrl('~/Content/css/bootstrap-theme.css');
?>
"/>

		<?php 
View::Section("head");
?>

	</head>

<body>
	<div class="navbar navbar-inverse navbar-static-top">
		<div class="navbar-left">
			<a href="#" class="navbar-brand"><span class="glyphicon glyphicon-globe"></span></a>
		</div>
	</div>

	<?php 
View::Page();
?>

	<script type="text/javascript" src="<?php 
echo Application::GetUrl('~/Content/js/boostrap.min.js');
?>
"></script>
	<?php 
View::Section("tail");
?>
</body>
</html>