diff options
Diffstat (limited to 'smartyplugins/function.spellchecker.php')
| -rwxr-xr-x | smartyplugins/function.spellchecker.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/smartyplugins/function.spellchecker.php b/smartyplugins/function.spellchecker.php deleted file mode 100755 index 52f730c..0000000 --- a/smartyplugins/function.spellchecker.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php -namespace Bitweaver\Plugins; - -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Smarty {spellchecker} function plugin - * - * Type: function - * Name: spellchecker - */ -function smarty_function_spellchecker( $params, &$gBitSmarty ) { - global $gBitSystem; - $rows = !empty($params['rows']) ? $params['rows'] : '20'; - - if( $gBitSystem->isPackageActive( 'bnspell' ) ) { - echo 'title="spellcheck_icons" accesskey="'.BNSPELL_PKG_URL.'spell_checker.php"'; - } -} |
