AEOS Calvarium v0.4
This commit is contained in:
parent
821b405f5a
commit
57b531cb62
189 changed files with 3810 additions and 1417 deletions
31
themes/system/base.php
Executable file
31
themes/system/base.php
Executable file
|
|
@ -0,0 +1,31 @@
|
|||
<?php (SECURITY)?die():FALSE; ?>
|
||||
<body>
|
||||
<div id="general">
|
||||
<div id="header">
|
||||
<?php // Nom du site ?>
|
||||
<h1><?php echo AEOS_NAME; ?></h1>
|
||||
<?php // Description du site ?>
|
||||
<p><?php echo AEOS_DESC; ?></p>
|
||||
<ul class="menu">
|
||||
<?php // Affichage du menu ?>
|
||||
<?php require_once('core/menu.php'); ?>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="corps">
|
||||
<div id="contentG">
|
||||
<p>
|
||||
<?php // Affichage du contenu des pages ?>
|
||||
<?php require_once('core/base.php'); ?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<p>
|
||||
<?php // Affichage copyright du site ?>
|
||||
<?php require_once('core/footer.php'); ?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue