X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Ffolders.php;h=cb1797f6215c1e0c82f095ffccbfefdee4622652;hb=5ce1ef683e48c352cc9c25c21542371a99d5401a;hp=ae3c89676d08a95aee16c1abe6575d69b80a6dd5;hpb=876fdb605dcb48b44b5c0a3a6f2f106c941e5c20;p=squirrelmail.git diff --git a/src/folders.php b/src/folders.php index ae3c8967..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-2007 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. */ @@ -193,4 +196,3 @@ $oTemplate->assign('subbox_option_list', $subbox_option_list); $oTemplate->display('folder_manip.tpl'); $oTemplate->display('footer.tpl'); -?>