wootook-reloaded/application/design/base/default/scripts/deprecated/admin/simple_header.tpl
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

10 lines
438 B
Go Template

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