AEOS Calvarium v0.5
This commit is contained in:
parent
57b531cb62
commit
1fa8b9e152
177 changed files with 2936 additions and 3386 deletions
26
themes/defaut/maintenance.php
Executable file → Normal file
26
themes/defaut/maintenance.php
Executable file → Normal file
|
|
@ -1,12 +1,24 @@
|
|||
<?php (SECURITY)?die():FALSE; ?>
|
||||
<!-- Maintenance -->
|
||||
<body>
|
||||
<div id="content">
|
||||
<div id="center">
|
||||
<!-- Affichage du message en cas de maintenance -->
|
||||
<p><?php echo AEOS_MAINTMSG; ?></p>
|
||||
<div id="General">
|
||||
<div id="Header">
|
||||
<h1><?php echo AEOS_NAME; ?></h1>
|
||||
<h2><?php echo AEOS_DESC; ?></h2>
|
||||
|
||||
|
||||
</div>
|
||||
<div id="left"></div>
|
||||
</div>
|
||||
|
||||
<div id="Corps">
|
||||
<!-- Affichage du message en cas de maintenance -->
|
||||
<p><?php echo AEOS_MAINTMSG; ?></p>
|
||||
</div>
|
||||
|
||||
<div id="Footer">
|
||||
<p>
|
||||
<?php require_once('core/footer.php'); ?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue