X7ROOT File Manager
Current Path:
/home/notabjze/gameovermg.com/modules/mod_articles_news/tmpl
home
/
notabjze
/
gameovermg.com
/
modules
/
mod_articles_news
/
tmpl
/
ðŸ“
..
📄
_item.php
(1.58 KB)
📄
default.php
(610 B)
📄
horizontal.php
(784 B)
📄
vertical.php
(1004 B)
Editing: default.php
<?php /** * @package Joomla.Site * @subpackage mod_articles_news * * @copyright (C) 2006 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Helper\ModuleHelper; if (!$list) { return; } ?> <div class="mod-articlesnews newsflash"> <?php foreach ($list as $item) : ?> <div class="mod-articlesnews__item" itemscope itemtype="https://schema.org/Article"> <?php require ModuleHelper::getLayoutPath('mod_articles_news', '_item'); ?> </div> <?php endforeach; ?> </div>
Upload File
Create Folder