RI::root(true).'/templates/system/images/calendar.png" alt="calendar" id="'.$id.'_img" />'; } /** * Add a directory where JHTML should search for helpers. You may * either pass a string or an array of directories. * * @access public * @param string A path to search. * @return array An array with directory elements * @since 1.5 */ function addIncludePath( $path='' ) { static $paths; if (!isset($paths)) { $paths = array( JPATH_LIBRARIES.DS.'joomla'.DS.'html'.DS.'html' ); } // force path to array settype($path, 'array'); // loop through the path directories foreach ($path as $dir) { if (!empty($dir) && !in_array($dir, $paths)) { array_unshift($paths, JPath::clean( $dir )); } } return $paths; } }
Fatal error: Class 'JHTML' not found in /home1/skiingwo/public_html/phoneinfo/components/com_content/controller.php on line 37