%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/old/components/com_kunena/template/nts_kargo/html/topic/ |
Upload File : |
<?php /** * Kunena Component * @package Kunena.Template.Blue_Eagle * @subpackage Topic * * @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 (); ?> <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 -->