Add footer

This commit is contained in:
Bertrand 2012-06-16 14:10:45 +02:00
parent fb5754d595
commit 471a636641
3 changed files with 5 additions and 2 deletions

View File

@ -119,5 +119,5 @@ $question = $fileQ->get_question($id);
</section> </section>
<?php include('footer.html') ?> <?php include('footer.html') ?>
<body> </body>
<html> </html>

View File

@ -45,5 +45,8 @@
</p> </p>
</article> </article>
</section> </section>
<?php include('footer.html') ?>
</body> </body>
</html> </html>