wootook-reloaded/includes/application/design/scripts/deprecated/simple_header.tpl
Gregory PLANCHAT ddfb36efa5 Added Research lab queue manager.
Updated page display for shipyard, defenses and buildings.
Moved legacy template files.
Added install/migration.mysql to report changes to the database on testing environments.

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-07-29 08:20:47 +02: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-')?>