X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fvcard.php;h=a1f8005e366aa9133cb55f42177967894305eb29;hb=e04de0b9d163343c246f327b27edbd307a9a1029;hp=7589bfece78ed519188f6e18139bf8f78bbceda9;hpb=4b5049de2fa934c45599d6e4c74bf2bbee10d34d;p=squirrelmail.git diff --git a/src/vcard.php b/src/vcard.php index 7589bfec..a1f8005e 100644 --- a/src/vcard.php +++ b/src/vcard.php @@ -11,6 +11,9 @@ * @package squirrelmail */ +/** This is the vcard page */ +define('PAGE_NAME', 'vcard'); + /** * Include the SquirrelMail initialization file. */ @@ -41,7 +44,7 @@ sqgetGlobalVar('startMessage', $startMessage, SQ_GET); $imapConnection = sqimap_login($username, false, $imapServerAddress, $imapPort, 0); sqimap_mailbox_select($imapConnection, $mailbox); -displayPageHeader($color, 'None'); +displayPageHeader($color); $msg_url = 'read_body.php?mailbox='.urlencode($mailbox). '&startMessage='.urlencode($startMessage). @@ -185,4 +188,3 @@ $oTemplate->assign('info', $opts); $oTemplate->display('vcard.tpl'); $oTemplate->display('footer.tpl'); -?> \ No newline at end of file