| Server IP : 195.130.67.5 / Your IP : 216.73.217.127 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/eadsa/modules/mod_j15featuredarticles/tmpl/ |
Upload File : |
<?php // no direct access
defined('_JEXEC') or die('Go away'); ?>
<table class="featuredarticles<?php echo $params->get('moduleclass_sfx'); ?>">
<?php foreach ($items as $item) : ?>
<tr class="featuredarticles<?php echo $params->get('moduleclass_sfx'); ?>">
<td class="featuredarticles<?php echo $params->get('moduleclass_sfx'); ?>">
<?php if ($params->get('articlelink') == "1") { ?>
<a href="<?php echo $item->link; ?>" class="featuredarticles<?php echo $params->get('moduleclass_sfx'); ?>" <?php if ($params->get('NewWindow') == '1') echo "target=_blank";?> >
<?php
}
if ($params->get('title') == "1") {
echo $item->title;
}
if ($params->get('intro') == "2") {
echo $item->introtext;
}
if ($params->get('body') == "2") {
echo $item->fulltext;
}
?>
<?php if ($params->get('articlelink') == "1") { ?></a><?php } ?>
</td>
</tr>
<?php
if ($link == 1)
{
?>
<tr><td>
<a href="http://www.dart-creations.com" style="font-size:1px;display:none;">Joomla 1.5 Featured Articles</a>
</td></tr>
<?php
}
?>
<?php endforeach; ?>
</table>