| Current Path : /home/lejardintz/www/components/com_kunena/template/crypsis/layouts/widget/badge/ |
| Current File : /home/lejardintz/www/components/com_kunena/template/crypsis/layouts/widget/badge/default.php |
<?php
/**
* Kunena Component
* @package Kunena.Template.Crypsis
* @subpackage Layout.Widget
*
* @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;
$label = $this->label;
$tooltip = 'data-toggle="tooltip"';
$description = isset($this->description) ? ' ' . $tooltip . ' title="' . $this->description . '"': '';
$class = ' class="' . ' label label-' . $this->state . '"';
?>
<span <?php echo $description . $class; ?> >
<?php echo $label; ?>
</span>