Sindbad~EG File Manager
<?php
/**
* Kunena Latest Module
*
* @package Kunena.mod_kunenalatest
*
* @copyright (C) 2008 - 2020 Kunena Team. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.kunena.org
**/
defined('_JEXEC') or die();
?>
<div class="<?php echo $this->params->get('moduleclass_sfx') ?> klatest <?php echo $this->params->get('sh_moduleshowtype') ?>">
<ul class="klatest-items">
<?php if (empty($this->topics))
:
?>
<li class="klatest-item"><?php echo JText::_('MOD_KUNENALATEST_NO_MESSAGE') ?></li>
<?php else
:
?>
<?php $this->displayRows(); ?>
<?php endif; ?>
</ul>
<?php if ($this->topics && $this->params->get('sh_morelink'))
:
?>
<p class="klatest-more"><?php echo JHtml::_('kunenaforum.link', $this->params->get('moreuri'), JText::_('MOD_KUNENALATEST_MORE_LINK')); ?></p>
<?php endif; ?>
</div>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists