wootook-reloaded/application/design/base/default/scripts/page/1column.phtml
Gregory PLANCHAT ec7e40e1aa Refactored to 2 namespaces: Wootook & Legacies
Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-10-04 19:57:00 +02:00

15 lines
431 B
PHTML

<html>
<head>
<?php echo $this->head->render()?>
</head>
<body<?php if ($classes = $this->getBodyClasses()):?> class="<?php echo $this->escape($classes)?>"<?php endif?>>
<div class="global">
<div class="content">
<?php if (isset($this->topnav)):?>
<?php echo $this->topnav->render()?>
<?php endif?>
<?php echo $this->content->render()?>
</div>
</div>
</body>
</html>