<?php/** * @package Joomla.Site * @subpackage mod_articles_news * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */defined('_JEXEC')ordie;// Include the news functions only onceJLoader::register('ModArticlesNewsHelper',__DIR__.'/helper.php');$list=ModArticlesNewsHelper::getList($params);$moduleclass_sfx=htmlspecialchars($params->get('moduleclass_sfx'),ENT_COMPAT,'UTF-8');requireJModuleHelper::getLayoutPath('mod_articles_news',$params->get('layout','horizontal'));