Changed default value for SpamFilters_YourHop
[squirrelmail.git] / src / addrbook_popup.php
index a042eae5e77539f1900f2a3ff9344b489bf46212..4c82a6480cc7104989ce7ffb26a67f13f225f312 100644 (file)
@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  addrbook_popup.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Frameset for the JavaScript version of the address book.
     **  $Id$
     **/
 
-   include('../src/validate.php');
-   include('../functions/page_header.php');
-   include('../functions/addressbook.php');
-   include('../src/load_prefs.php');
-   
-   set_up_language(getPref($data_dir, $username, 'language'));
+   require_once('../src/validate.php');
+   require_once('../functions/addressbook.php');
    
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
@@ -23,7 +20,7 @@
 <HTML>
 <HEAD>
 <TITLE><?php 
-   printf("%s: %s", $org_title, _("Address Book")); 
+   echo "$org_title: " . _("Address Book"); 
 ?></TITLE>
 </HEAD>
 
@@ -34,4 +31,4 @@
         BORDER=0>
 </FRAMESET>
 
-</HTML>
+</HTML>
\ No newline at end of file