Allow a different server address for the POP server to be configured when using POP...
[squirrelmail.git] / src / vcard.php
index b9766fb940d064f4020627ad8b6e86ab977beb61..a1f8005e366aa9133cb55f42177967894305eb29 100644 (file)
@@ -11,6 +11,9 @@
  * @package squirrelmail
  */
 
+/** This is the vcard page */
+define('PAGE_NAME', 'vcard');
+
 /**
  * Include the SquirrelMail initialization file.
  */
@@ -185,4 +188,3 @@ $oTemplate->assign('info', $opts);
 $oTemplate->display('vcard.tpl');
 
 $oTemplate->display('footer.tpl');
-?>