From: centaurix Date: Tue, 21 Jan 2003 21:05:08 +0000 (+0000) Subject: initial files for using vcard in the gui X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3e28c1231fe4d9a49563b39c1647d26d7723bd96;p=squirrelmail.git initial files for using vcard in the gui git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4444 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/page_header.php b/functions/page_header.php index 00c26d4f..568053be 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -238,7 +238,11 @@ function displayPageHeader($color, $mailbox, $xtra='', $session=false) { displayInternalLink ("src/compose.php?mailbox=$urlMailbox", _("Compose"), 'right'); } echo "  \n"; + if (getPref($data_dir, $username,"vcard")==1) { + displayInternalLink ('src/addressbook_vcard.php', _("Addresses"), 'right'); + } else { displayInternalLink ('src/addressbook.php', _("Addresses"), 'right'); + } echo "  \n"; displayInternalLink ('src/folders.php', _("Folders"), 'right'); echo "  \n"; diff --git a/src/addressbook_vcard.php b/src/addressbook_vcard.php new file mode 100644 index 00000000..f3d1c981 --- /dev/null +++ b/src/addressbook_vcard.php @@ -0,0 +1,28 @@ + + +