You've already forked joomla_test
first commit
This commit is contained in:
24
templates/as002036free/html/mod_articles_news/default.php
Normal file
24
templates/as002036free/html/mod_articles_news/default.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Joomla.Site
|
||||
* @subpackage mod_articles_news
|
||||
*
|
||||
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
*/
|
||||
|
||||
defined('_JEXEC') or die;
|
||||
?>
|
||||
<div class="mod-newsflash mod-newsflash__<?php echo $moduleclass_sfx; ?>">
|
||||
<?php
|
||||
foreach ($list as $item) :
|
||||
?>
|
||||
<div class="item">
|
||||
<?php
|
||||
require JModuleHelper::getLayoutPath('mod_articles_news', '_item');
|
||||
?>
|
||||
</div>
|
||||
<?php
|
||||
endforeach;
|
||||
?>
|
||||
</div>
|
Reference in New Issue
Block a user