| Current Path : /home/lejardintz/www/components/com_kunena/template/astemplate/html/topics/ |
| Current File : /home/lejardintz/www/components/com_kunena/template/astemplate/html/topics/posts.php |
<?php
/**
* Kunena Component
* @package Kunena.Template.Blue_Eagle
* @subpackage Topics
*
* @copyright (C) 2008 - 2013 Kunena Team. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.org
**/
defined ( '_JEXEC' ) or die ();
$this->displayAnnouncement ();
?>
<!-- Module position: kunena_announcement -->
<?php $this->displayModulePosition ( 'kunena_announcement' ) ?>
<table class="klist-actions">
<tr>
<td class="klist-actions-info-all">
<strong><?php echo intval($this->total) ?></strong>
<?php echo JText::_('COM_KUNENA_USERPOSTS') ?>
</td>
<td class="klist-times-all">
<form action="<?php echo $this->escape(JUri::getInstance()->toString());?>" id="timeselect" name="timeselect" method="post" target="_self">
<?php $this->displayTimeFilter('sel', 'class="inputboxusl" onchange="this.form.submit()" size="1"') ?>
</form>
</td>
<td class="klist-jump-all visible-desktop"><?php $this->displayForumJump () ?></td>
<td class="klist-pages-all"><?php echo $this->getPagination ( 5 ); ?></td>
</tr>
</table>
<?php $this->displayTemplateFile('topics', 'posts', 'embed'); ?>
<table class="klist-actions">
<tr>
<td class="klist-actions-info-all">
<strong><?php echo intval($this->total) ?></strong>
<?php echo JText::_('COM_KUNENA_TOPICS')?>
</td>
<td class="klist-pages-all"><?php echo $this->getPagination ( 5 ); ?></td>
</tr>
</table>
<?php
$this->displayWhoIsOnline ();
$this->displayStatistics ();
?>