git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10585
7612ce4b-ef26-0410-bec9-
ea0150e637f0
define('SM_PATH','../');
/* SquirrelMail required files. */
-require_once(SM_PATH . 'include/validate.php');
+include_once(SM_PATH . 'include/validate.php');
include_once(SM_PATH . 'functions/global.php');
include_once(SM_PATH . 'functions/display_messages.php');
include_once(SM_PATH . 'functions/imap.php');
</table>
</td></tr>
</table>
-</body></html>
\ No newline at end of file
+<?php
+$oTemplate->display('footer.tpl');
+?>
\ No newline at end of file