fix for unsafe images links. Somehow the wrong were in de view unsafe images
[squirrelmail.git] / functions / page_header.php
index 568053be4c7ace8553f0785486f6f1a442cd16aa..00c26d4f2f728365ebd698d5f539b67a0830dc3b 100644 (file)
@@ -238,11 +238,7 @@ 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";