Your IP : 216.73.216.193


Current Path : /home/c/b/e/cbequiperp/www/administrator/components/com_flexicontent/helpers/html/
Upload File :
Current File : /home/c/b/e/cbequiperp/www/administrator/components/com_flexicontent/helpers/html/fcusers.php

<?php
/**
 * @package         FLEXIcontent
 * @version         3.3
 *
 * @author          Emmanuel Danan, Georgios Papadakis, Yannick Berges, others, see contributor page
 * @link            https://flexicontent.org
 * @copyright       Copyright © 2018, FLEXIcontent team, All Rights Reserved
 * @license         http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

defined('_JEXEC') or die;

require_once('fcbase.php');


/**
 * Fcusers HTML helper
 *
 * @since  3.3
 */
abstract class JHtmlFcusers extends JHtmlFcbase
{
	static $tooltip_class  = FLEXI_J40GE ? 'hasTooltip' : 'hasTooltip';
	static $btn_sm_class   = FLEXI_J40GE ? 'btn btn-sm' : 'btn btn-small';
	static $btn_iv_class   = FLEXI_J40GE ? 'btn-dark' : 'btn-inverse';
	static $btn_mbar_class = FLEXI_J40GE ? 'btn-outline-info' : '';
	static $ctrl = 'users';
	static $name = 'user';
	static $title_propname = 'name';
	static $state_propname = 'block';
	static $layout_type = null;
}