Source for file setup.php
Documentation is available at setup.php
* Squirrelspell setup file, as defined by the SquirrelMail-1.2 API.
* @author Konstantin Riabitsev <icon at duke.edu>
* @copyright © 1999-2006 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: setup.php,v 1.28 2006/07/15 12:01:18 tokul Exp $
* @subpackage squirrelspell
* @todo remove sqspell_ prefix from main php scripts.
* Standard SquirrelMail plugin initialization API.
global $squirrelmail_plugin_hooks;
$squirrelmail_plugin_hooks['compose_button_row']['squirrelspell'] =
$squirrelmail_plugin_hooks['optpage_register_block']['squirrelspell'] =
'squirrelspell_optpage_register_block';
$squirrelmail_plugin_hooks['options_link_and_description']['squirrelspell'] =
$squirrelmail_plugin_hooks['right_main_after_header']['squirrelspell'] =
* This function formats and adds the plugin and its description to the
* Options screen. Code moved to internal function in order to reduce
include_once(SM_PATH .
'plugins/squirrelspell/sqspell_functions.php');
* Add spell check button in compose.
* This function adds a "Check Spelling" link to the "Compose" row
* during message composition.
include_once(SM_PATH .
'plugins/squirrelspell/sqspell_functions.php');
* Transparently upgrades user's dictionaries when message listing is loaded
* @since 1.5.1 (sqspell 0.5)
include_once(SM_PATH .
'plugins/squirrelspell/sqspell_functions.php');
* Display SquirrelSpell version
* @since 1.5.1 (sqspell 0.5)
* @return string plugin's version
Documentation generated on Sat, 07 Oct 2006 16:13:34 +0300 by phpDocumentor 1.3.0RC6