X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fvcard.php;h=a1f8005e366aa9133cb55f42177967894305eb29;hb=c7ebdfcf0b4f318f9ae50f4da877f9471e20b435;hp=b9766fb940d064f4020627ad8b6e86ab977beb61;hpb=876fdb605dcb48b44b5c0a3a6f2f106c941e5c20;p=squirrelmail.git diff --git a/src/vcard.php b/src/vcard.php index b9766fb9..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. */ @@ -185,4 +188,3 @@ $oTemplate->assign('info', $opts); $oTemplate->display('vcard.tpl'); $oTemplate->display('footer.tpl'); -?>