wootook-reloaded/application/design/frontend/base/default/scripts/deprecated/simple_header.tpl
Gregory PLANCHAT 66805034a6 Configuration & Layout architecture updates
Fixed production bug
Fixed styles
Updated Action Controller

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2012-01-13 23:36:03 +01:00

10 lines
405 B
Go Template

<html>
<head>
<title><?php echo $this->getData('title')?></title>
<link rel="shortcut icon" href="favicon.ico">
<?php echo $this->getData('-style-')?>
<meta http-equiv="content-type" content="text/html; charset=<?php echo $this->getData('ENCODING')?>" />
<?php echo $this->getData('-meta-')?>
<script type="text/javascript" src="scripts/overlib.js"></script>
</head>
<?php echo $this->getData('-body-')?>