Fix message highlighting again
[squirrelmail.git] / src / folders.php
index ae3c89676d08a95aee16c1abe6575d69b80a6dd5..60a8861daa8d7a31b3524254d0aabbab09152bdc 100644 (file)
@@ -12,6 +12,9 @@
  * @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');
-?>