Source for file functions.php

Documentation is available at functions.php

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

Documentation generated on 2020年1月13日 04:22:33 +0100 by phpDocumentor 1.4.3

AltStyle によって変換されたページ (->オリジナル) /