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 14840 2020年01月07日 07:42:38Z 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. displayInternalLink ('plugins/test/test.php', 'Test', 'right');
  18. echo "&nbsp;&nbsp;\n";
  19. }

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

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