This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// no direct access | |
defined('_JEXEC') or die; | |
?> | |
<ul class="latestnews<?php echo $moduleclass_sfx; ?>"> | |
<?php foreach ($list as $item) : ?> | |
<li> | |
<a href="<?php echo $item->link; ?>"> | |
<?php echo $item->title; ?></a> | |
<?php //json decodes the image object and gets the intro image source. ?> |