<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Orchard Gadget</title>
	<?php
	echo $this->headMeta();

	$this->loadjs();
	?>

    <?php
				echo $this->headTitle("Orchard Gadget")?>
    <?php
				echo $this->headLink()?>
    <?php
				echo $this->headStyle()?>
    <?php
				echo $this->headScript()?>
    <?php
				echo $this->inlineScript()?>
</head>
<!-- end head -->
<body>
	<?php echo $this->layout()->content?>
</body>
</html>
