Your IP : 216.73.216.155


Current Path : /usr/share/squirrelmail/plugins/test/
Upload File :
Current File : //usr/share/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";

}