error_reporting === 0) { error_reporting( 0 ); } else if (@$CONFIG->error_reporting > 0) { error_reporting( $CONFIG->error_reporting ); ini_set( 'display_errors', 1 ); } unset( $CONFIG ); /* * Joomla! framework loading */ // Include object abstract class require_once(JPATH_SITE.DS.'libraries'.DS.'joomla'.DS.'utilities'.DS.'compat'.DS.'compat.php'); // Joomla! library imports jimport( 'joomla.environment.uri' ); jimport( 'joomla.user.user' ); jimport( 'joomla.event.event'); jimport( 'joomla.event.dispatcher'); jimport( 'joomla.plugin.helper' ); jimport( 'joomla.utilities.string' ); ?>