%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 : /proc/11585/cwd/html/old/components/com_kunena/template/blue_eagle/html/category/ |
Upload File : |
<?php /** * Kunena Component * @package Kunena.Template.Blue_Eagle * @subpackage Category * * @copyright (C) 2008 - 2014 Kunena Team. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link http://www.kunena.org **/ defined ( '_JEXEC' ) or die (); static $k=0; $tabclass = array ("row1", "row2" ); ?> <tr class="k<?php echo $tabclass [$k^=1] ?>"> <td class="kcol-mid kcol-ktopictitle"> <div class="ktopic-title-cover"> <?php echo $this->getCategoryLink($this->category, null, null, 'ktopic-title km') ?> </div> </td> <td class="kcol-mid kcol-ktopicviews"> <!-- Views --> <span class="ktopic-views-number"><?php echo $this->formatLargeNumber ( ( int ) $this->category->numTopics );?></span> <span class="ktopic-views"> <?php echo JText::_('COM_KUNENA_TOPICS'); ?> </span> <!-- /Views --> </td> <td class="kcol-mid kmycount"> <!-- Posts --> <span class="ktopic-views-number"><?php echo $this->formatLargeNumber ( ( int ) $this->category->numPosts ); ?></span> <span class="ktopic-views"> <?php echo JText::_('COM_KUNENA_MY_POSTS'); ?> </span> <!-- /Posts --> </td> <?php $last = $this->category->getLastTopic(); if ($last->exists()) { ?> <td class="kcol-mid kcol-kcatlastpost"> <?php if ($this->config->avataroncat > 0) : ?> <!-- Avatar --> <?php $profile = KunenaFactory::getUser((int)$last->last_post_userid); $useravatar = $profile->getAvatarImage('klist-avatar', 'list'); if ($useravatar) : ?> <span class="klatest-avatar"> <?php echo $last->getLastPostAuthor()->getLink( $useravatar ); ?></span> <?php endif; ?> <!-- /Avatar --> <?php endif; ?> <div class="klatest-subject ks"> <?php echo JText::_('COM_KUNENA_GEN_LAST_POST') . ': '. $this->getTopicLink($last, 'last', KunenaHtmlParser::parseText($last->subject, 30)) ?> </div> <div class="klatest-subject-by ks"> <?php echo JText::_('COM_KUNENA_BY') . ' '; echo $last->getLastPostAuthor()->getLink(); echo '<br /><span class="nowrap" title="' . KunenaDate::getInstance($last->last_post_time)->toKunena('config_post_dateformat_hover') . '">' . KunenaDate::getInstance($last->last_post_time)->toKunena('config_post_dateformat') . '</span>'; ?> </div> </td> <?php } else { ?> <td class="kcol-mid kcol-knoposts"><?php echo JText::_('COM_KUNENA_NO_POSTS'); ?></td> <?php } ?> <td class="kcol-mid ktopicmoderation"> <input class ="kcheck" type="checkbox" name="categories[<?php echo $this->category->id?>]" value="1" /> </td> </tr>