Source for file functions.php

Documentation is available at functions.php

  1. <?php
  2.  
  3. /**
  4.   * SquirrelMail Test Plugin
  5.   * @copyright 2006-2020 The SquirrelMail Project Team
  6.   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  7.   * @version $Id: functions.php 14845 2020-01-07 08:09:34Z pdontthink $
  8.   * @package plugins
  9.   * @subpackage test
  10.   */
  11.  
  12. /**
  13.   * Add link to menu at top of content pane
  14.   *
  15.   * @return void 
  16.   *
  17.   */
  18. function test_menuline_do({
  19.  
  20.     global $oTemplate$nbsp;
  21.     $output makeInternalLink('plugins/test/test.php''Test''right')
  22.             . $nbsp $nbsp;
  23.     return array('menuline' => $output);
  24.  
  25. }

Documentation generated on Mon, 13 Jan 2020 04:22:33 +0100 by phpDocumentor 1.4.3