Esempio n. 1
0
<head>
	<meta charset="utf-8">
	<title><?php 
candyTitle('&raquo;');
?>
</title>
	<?php 
candyCss('styles.css');
?>
	<?php 
candyCss('user.php');
?>
	<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
	<!--[if lt IE 9]>
	<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
	<![endif]-->
	<?php 
candyHead();
?>
</head>
<body>
<div id="container">
	<header>
		<?php 
echo $Candy['options']->getOption('site_title');
?>
	</header>
	<?php 
theNav();
?>
	
Esempio n. 2
0
<h1>Error 404 - Page Not Found</h1>
<p>Sorry, the page you are looking for could not be found but take a look at the sitemap below to see if you can find what you're looking for.</p>

<?php 
theNav('sitemap');