Fix login error for users with no theme
[squirrelmail.git] / src / search.php
index 1606105d3caeeee5185daea19c3618e392659fe5..114f8d9c3646a862d353c94c2c33262875a23b56 100644 (file)
@@ -17,6 +17,9 @@
  * @todo explain why references are used in function calls
  */
 
+/** This is the search page */
+define('PAGE_NAME', 'search');
+
 /**
  * Include the SquirrelMail initialization file.
  */
@@ -1634,4 +1637,3 @@ sqimap_logout($imapConnection);
 
 $oTemplate->display('footer.tpl');
 sqsession_register($mailbox_cache,'mailbox_cache');
-?>