summaryrefslogtreecommitdiff
path: root/appli_3_alpha_old/app/index.php
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-06-30 11:17:01 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-06-30 11:17:01 +0200
commita25edc8edf23e652dbd529b8c42199ae559905a1 (patch)
treebdc47a31288343a8bd11310a021fdf0679eb503c /appli_3_alpha_old/app/index.php
parent3fc908d3a1d0f6c9b1fca690561098541a73266e (diff)
download2007-AWOR-a25edc8edf23e652dbd529b8c42199ae559905a1.tar.gz
2007-AWOR-a25edc8edf23e652dbd529b8c42199ae559905a1.tar.bz2
2007-AWOR-a25edc8edf23e652dbd529b8c42199ae559905a1.zip
Version alpha_old6 2007-02-22+15:45:00 - 2007-03-12+13:59:02
Diffstat (limited to 'appli_3_alpha_old/app/index.php')
-rw-r--r--appli_3_alpha_old/app/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/appli_3_alpha_old/app/index.php b/appli_3_alpha_old/app/index.php
index 9ffe140..eefb768 100644
--- a/appli_3_alpha_old/app/index.php
+++ b/appli_3_alpha_old/app/index.php
@@ -1,7 +1,7 @@
<?php
require('include/ludo/session_verify.inc.php');
require_once('include/ludo/html_elements.inc.php');
-generate_html_doctype_and_head("Modèle");
+generate_html_doctype_and_head("Réunions");
echo "<body>\n";
generate_html_divs_menu();
?>
@@ -115,6 +115,7 @@ generate_html_div_help();
</div>
<?php
if ( isset ($errmsg) ) { generate_html_div_errmsg($errmsg); }
+ generate_html_div_footer();
?>
<div id="msg"></div>
</body>