Refactored to 2 namespaces: Wootook & Legacies
Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
parent
cfeb6aca6d
commit
ec7e40e1aa
1004 changed files with 4808 additions and 2971 deletions
|
|
@ -1,10 +0,0 @@
|
|||
<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-')?>
|
||||
Loading…
Reference in a new issue