X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions.php;h=9607582d80af4ba56ed948fff4fcec6c67bb3a75;hb=fc99a551c505b2be1803373c8978f621ea2ea69f;hp=23d4db99ef75f63fc15729f22eb5c8a51a9f6607;hpb=ca479ad18c00a6a4ff2ddfb58a2f0af40bc81379;p=squirrelmail.git diff --git a/src/options.php b/src/options.php index 23d4db99..9607582d 100644 --- a/src/options.php +++ b/src/options.php @@ -3,12 +3,11 @@ /** * options.php * - * Copyright (c) 1999-2005 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * * Displays the options page. Pulls from proper user preference files * and config.php. Displays preferences as selected and other options. * + * @copyright © 1999-2006 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail * @subpackage prefs @@ -21,7 +20,7 @@ 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'); @@ -486,9 +485,12 @@ if ($optpage == SMOPT_PAGE_MAIN) { do_hook($bottom_hook_name); } } + ?> - \ No newline at end of file +display('footer.tpl'); +?> \ No newline at end of file