| Current Path : /home/lejardintz/www/components/com_kunena/template/blue_eagle/html/category/ |
| Current File : /home/lejardintz/www/components/com_kunena/template/blue_eagle/html/category/default_actions.php |
<?php
/**
* Kunena Component
* @package Kunena.Template.Blue_Eagle
* @subpackage Category
*
* @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 ();
?>
<?php if (!empty ($this->categoryButtons)) : ?>
<td class="klist-actions-forum">
<div class="kmessage-buttons-row"><?php echo implode(' ', $this->categoryButtons) ?></div>
</td>
<?php endif ?>