Your IP : 216.73.216.131


Current Path : /home/lejardintz/www/components/com_kunena/template/blue_eagle/html/common/
Upload File :
Current File : /home/lejardintz/www/components/com_kunena/template/blue_eagle/html/common/footer.php

<?php
/**
 * Kunena Component
 * @package Kunena.Template.Blue_Eagle
 * @subpackage Common
 *
 * @copyright (C) 2008 - 2016 Kunena Team. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link https://www.kunena.org
 **/
defined ( '_JEXEC' ) or die ();
?>
<!-- Module position: kunena_bottom -->
<?php $this->displayModulePosition( 'kunena_bottom' ); ?>
<?php if (isset($this->rss)) : ?>
<div class="krss-block"><?php echo $this->rss; ?></div>
<?php endif; ?>
<?php if (($time = $this->getTime()) !== null) : ?>
<div class="kfooter">
	<span class="kfooter-time"><?php echo JText::sprintf('COM_KUNENA_VIEW_COMMON_FOOTER_TIME', $time) ?></span>
</div>
<?php endif; ?>