ACC SHELL

Path : /srv/www/htdocs/squirrelmail/plugins/test/
File Upload :
Current File : /srv/www/htdocs/squirrelmail/plugins/test/functions.php

<?php

/**
  * SquirrelMail Test Plugin
  * @copyright 2006-2010 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage test
  */

/**
  * Add link to menu at top of content pane
  *
  * @return void
  *
  */
function test_menuline_do() {

    displayInternalLink('plugins/test/test.php', 'Test', 'right');
    echo "&nbsp;&nbsp;\n";

}



ACC SHELL 2018