Пример #1
0
 /**
  * Spellcheck iFrame
  *
  * Used by the Spellcheck crappola
  *
  * @access	public
  * @return	void
  */
 function spellcheck_iframe()
 {
     $this->output->enable_profiler(FALSE);
     if (!class_exists('EE_Spellcheck')) {
         require APPPATH . 'libraries/Spellcheck.php';
     }
     return EE_Spellcheck::iframe();
 }
Пример #2
0
 /** -----------------------------------------
 	/**  Base IFRAME for Spell Check
 	/** -----------------------------------------*/
 function spellcheck_iframe()
 {
     if (!class_exists('EE_Spellcheck')) {
         require APPPATH . 'libraries/Spellcheck.php';
     }
     return EE_Spellcheck::iframe();
 }