Source for file setup.php

Documentation is available at setup.php

  1. <?php
  2.  
  3. /**
  4.  * Calendar plugin activation script
  5.  *
  6.  * @copyright 2002-2020 The SquirrelMail Project Team
  7.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  8.  * @version $Id: setup.php 14840 2020-01-07 07:42:38Z pdontthink $
  9.  * @package plugins
  10.  * @subpackage calendar
  11.  */
  12.  
  13. /**
  14.  * Initialize the plugin
  15.  * @return void 
  16.  */
  17.     global $squirrelmail_plugin_hooks;
  18.     $squirrelmail_plugin_hooks['menuline']['calendar''calendar';
  19. }
  20.  
  21. /**
  22.  * Adds Calendar link to upper menu
  23.  * @return void 
  24.  */
  25. function calendar({
  26.     displayInternalLink('plugins/calendar/calendar.php',_("Calendar"),'right');
  27.     echo "&nbsp;&nbsp;\n";
  28. }
  29.  
  30. ?>

Documentation generated on Mon, 13 Jan 2020 04:25:19 +0100 by phpDocumentor 1.4.3