Source for file addrbook_popup.php

Documentation is available at addrbook_popup.php

  1. <?php
  2.  
  3. /**
  4.  * addrbook_popup.php
  5.  *
  6.  * Frameset for the JavaScript version of the address book.
  7.  *
  8.  * @copyright 1999-2020 The SquirrelMail Project Team
  9.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10.  * @version $Id: addrbook_popup.php 14845 2020-01-07 08:09:34Z pdontthink $
  11.  * @package squirrelmail
  12.  * @subpackage addressbook
  13.  */
  14.  
  15. /** This is the addrbook_popup page */
  16. define('PAGE_NAME''addrbook_popup');
  17.  
  18. /**
  19.  * Include the SquirrelMail initialization file.
  20.  */
  21. include('../include/init.php');
  22.  
  23. displayHtmlHeader($org_title .': '_("Addresses")''falsetrue);
  24.  
  25. $oTemplate->display('addressbook_popup.tpl');

Documentation generated on Mon, 13 Jan 2020 04:21:57 +0100 by phpDocumentor 1.4.3