add robots tag here for completeness' sake
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 4 Apr 2005 19:42:30 +0000 (19:42 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 4 Apr 2005 19:42:30 +0000 (19:42 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9198 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/addrbook_popup.php
src/signout.php

index d85f74c178e6cabadacc0e0156c2aff18814124f..44ebfb1a91086b12265302195c9c85d4191fc48d 100644 (file)
@@ -28,6 +28,7 @@ require_once(SM_PATH . 'functions/addressbook.php');
 
 <html>
     <head>
+        <meta name="robots" content="noindex,nofollow">
         <title><?php echo "$org_title: " . _("Address Book"); ?></title>
     </head>
     <frameset rows="60,*" border="0">
@@ -41,4 +42,4 @@ require_once(SM_PATH . 'functions/addressbook.php');
                border="0"
                src="addrbook_search.php?show=blank" />
     </frameset>
-</html>
\ No newline at end of file
+</html>
index 09d4e67ecc5119b2aabc4e38692840ab8a392a3c..34bd00a69cbd4dfb7c89df895f13068b3c05cc0d 100644 (file)
@@ -70,6 +70,7 @@ set_up_language($squirrelmail_language, true, true);
 <?php
     }
 ?>
+   <meta name="robots" content="noindex,nofollow">
    <title><?php echo $org_title . ' - ' . _("Signout"); ?></title>
 </head>
 <body text="<?php echo $color[8]; ?>" bgcolor="<?php echo $color[4]; ?>"