Smarty
[ class tree: Smarty ] [ index: Smarty ] [ all elements ]

Source for file function.spellchecker.php

Documentation is available at function.spellchecker.php

  1. <?php
  2. /**
  3.  * Smarty plugin
  4.  * @package Smarty
  5.  * @subpackage plugins
  6.  */
  7.  
  8. /**
  9.  * Smarty {spellchecker} function plugin
  10.  *
  11.  * Type:    function
  12.  * Name:    spellchecker
  13.  */
  14. function smarty_function_spellchecker$params&$gBitSmarty {
  15.     global $gBitSystem;
  16.     $rows !empty($params['rows']$params['rows''20';
  17.  
  18.     if$gBitSystem->isPackageActive'bnspell' ) ) {
  19.         echo 'title="spellcheck_icons" accesskey="'.BNSPELL_PKG_URL.'spell_checker.php"';
  20.     }
  21. }
  22. ?>

Documentation generated on Wed, 29 Jul 2015 13:56:40 +0000 by phpDocumentor 1.5.0-lsces