Source for file functions.php
Documentation is available at functions.php
-   * SquirrelMail Demo Plugin 
-   * @copyright 2006-2020 The SquirrelMail Project Team 
-   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
-   * @version $Id: functions.php 14845 2020-01-07 08:09:34Z pdontthink $ 
-   * Add link to menu at top of content pane 
-    global $oTemplate, $nbsp; 
-    return array('menuline' - =>  $output);
 
-   * Inserts an option block in the main SM options page 
-    $optpage_blocks[] - =  array(
 
-       'desc' - =>  _("This is where you would describe what your plugin does."),
 
-   * Validate that this plugin is configured correctly 
-   * @return boolean Whether or not there was a 
-   *                  configuration error for this plugin. 
-    // test for something that this plugin requires, print error if 
-    // misconfigured or requirements are missing 
-    if (FALSE)  // put something meaningful here 
-       do_err('Demo plugin is missing something important', FALSE); 
-       return TRUE;  // return FALSE if you only want to display a non-critical error 
 
	
		Documentation generated on Mon, 13 Jan 2020 04:22:32 +0100 by phpDocumentor 1.4.3