2012-03-25 16:51:13 +00:00
|
|
|
<?=$this->doctype();?>
|
2010-11-22 12:50:12 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2012-03-25 16:51:13 +00:00
|
|
|
<?=$this->headMeta();?>
|
|
|
|
<?=$this->headTitle();?>
|
|
|
|
<?=$this->headStyle();?>
|
|
|
|
<?=$this->headLink();?>
|
|
|
|
<?=$this->headScript();?>
|
2010-11-22 12:50:12 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="global">
|
|
|
|
<div id="header">
|
2012-03-25 16:51:13 +00:00
|
|
|
<?=$this->render('header.phtml')?>
|
2010-11-22 12:50:12 +00:00
|
|
|
</div>
|
|
|
|
<div id="content">
|
2012-03-25 16:51:13 +00:00
|
|
|
<?=$this->layout()->content?>
|
2011-01-05 15:14:23 +00:00
|
|
|
<div id="footer">
|
2012-03-25 16:51:13 +00:00
|
|
|
<?=$this->render('footer.phtml')?>
|
2011-01-05 15:14:23 +00:00
|
|
|
</div>
|
2010-11-22 12:50:12 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|