| Current Path : /home/lejardintz/www/components/com_kunena/template/blue_eagle/html/topic/ |
| Current File : /home/lejardintz/www/components/com_kunena/template/blue_eagle/html/topic/default_bottom.php |
<?php
/**
* Kunena Component
* @package Kunena.Template.Blue_Eagle
* @subpackage Topic
*
* @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 ();
?>
<div class="kmsg-header kmsg-header-bottom">
<h2>
<span class="kmsgtitle<?php echo $this->escape($this->msgsuffix) ?> kmsg-title-bottom">
<?php echo $this->displayMessageField('subject') ?>
</span>
<span class="kmsgdate kmsgdate-bottom" title="<?php echo KunenaDate::getInstance($this->message->time)->toKunena('config_post_dateformat_hover') ?>">
<?php echo KunenaDate::getInstance($this->message->time)->toKunena('config_post_dateformat') ?>
</span>
<span class="kmsg-id-bottom">
<a id="<?php echo intval($this->message->id) ?>"></a>
<?php echo $this->numLink ?>
</span>
</h2>
</div>
<table class="<?php echo $this->class ?>">
<tbody>
<tr>
<td class="kmessage-bottom">
<?php $this->displayMessageContents() ?>
</td>
</tr>
<tr>
<td class="kbuttonbar-bottom">
<?php $this->displayMessageActions() ?>
</td>
</tr>
<tr>
<td class="kprofile-bottom">
<?php $this->displayMessageProfile('horizontal') ?>
</td>
</tr>
</tbody>
</table>
<!-- Begin: Message Module Position -->
<?php $this->displayModulePosition('kunena_msg_' . $this->mmm) ?>
<!-- Finish: Message Module Position -->