AEOS Calvarium v0.5
This commit is contained in:
parent
57b531cb62
commit
1fa8b9e152
177 changed files with 2936 additions and 3386 deletions
8
themes/defaut/base.php
Executable file → Normal file
8
themes/defaut/base.php
Executable file → Normal file
|
|
@ -3,19 +3,17 @@
|
|||
<div id="General">
|
||||
<div id="Header">
|
||||
<h1><?php echo AEOS_NAME; ?></h1>
|
||||
<p><?php echo AEOS_DESC; ?></p>
|
||||
|
||||
<h2><?php echo AEOS_DESC; ?></h2>
|
||||
|
||||
<ul class="Menu">
|
||||
<?php require_once('core/menu.php'); ?>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="Corps">
|
||||
<p>
|
||||
<?php require_once('core/base.php'); ?>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="Footer">
|
||||
<p>
|
||||
<?php require_once('core/footer.php'); ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue