load('lib_fof30', JPATH_SITE, 'en-GB', true); JFactory::getLanguage()->load('lib_fof30', JPATH_SITE, null, true); // Register a debug log if (defined('JDEBUG') && JDEBUG && class_exists('JLog')) { \JLog::addLogger(array('text_file' => 'fof.log.php'), \JLog::ALL, array('fof')); } // Register the JHtml helpers path for the Akeeba Frontend Framework JHtml::addIncludePath(__DIR__ . '/Utils/FEFHelper'); }