X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Ffolders.php;h=cb1797f6215c1e0c82f095ffccbfefdee4622652;hb=de3178dc1a5117827e254544c6f164dba653ad83;hp=03e21a7cadfc752a739d08983f2a586da4bf614c;hpb=6e515418431c0a99f10705da21366fe7093f95b6;p=squirrelmail.git diff --git a/src/folders.php b/src/folders.php index 03e21a7c..cb1797f6 100644 --- a/src/folders.php +++ b/src/folders.php @@ -6,12 +6,15 @@ * scripts which do most of the work. Also handles the Special * Folders. * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright © 1999-2009 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail */ +/** This is the folders page */ +define('PAGE_NAME', 'folders'); + /** * Include the SquirrelMail initialization file. */ @@ -22,7 +25,7 @@ require_once(SM_PATH . 'functions/imap_general.php'); require_once(SM_PATH . 'functions/folder_manip.php'); require_once(SM_PATH . 'functions/forms.php'); -displayPageHeader($color, 'None'); +displayPageHeader($color); /* get globals we may need */ sqgetGlobalVar('delimiter', $delimiter, SQ_SESSION); @@ -193,4 +196,3 @@ $oTemplate->assign('subbox_option_list', $subbox_option_list); $oTemplate->display('folder_manip.tpl'); $oTemplate->display('footer.tpl'); -?>