Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Espaces de nommage | |
Joomla\Administrator | |
Fonctions | |
colorIsLight ($color) | |
Variables | |
$app = JFactory::getApplication() | |
$lang = JFactory::getLanguage() | |
$frontEndUri = JUri::getInstance(JUri::root()) | |
$background_color = $this->params->get('loginBackgroundColor') ?: '' | |
$color_is_light = $background_color && colorIsLight($background_color) | |
$option = $app->input->getCmd('option', '') | |
$view = $app->input->getCmd('view', '') | |
$layout = $app->input->getCmd('layout', '') | |
$task = $app->input->getCmd('task', '') | |
$itemid = $app->input->getCmd('Itemid', '') | |
$sitename = htmlspecialchars($app->get('sitename', ''), ENT_QUOTES, 'UTF-8') | |
if (JPluginHelper::isEnabled( 'system', 'debug') &&( $app->get( 'debug_lang', 0)||$app->get( 'debug', 0))) | |
if( $loginLogoFile=$this->params->get( 'loginLogoFile'))() . htmlspecialchars($loginLogoFile | ENT_QUOTES |
else | __pad91__ |
endif | |
$app = JFactory::getApplication() |
$background_color = $this->params->get('loginBackgroundColor') ?: '' |
$color_is_light = $background_color && colorIsLight($background_color) |
$frontEndUri = JUri::getInstance(JUri::root()) |
$itemid = $app->input->getCmd('Itemid', '') |
$lang = JFactory::getLanguage() |
$layout = $app->input->getCmd('layout', '') |
$sitename = htmlspecialchars($app->get('sitename', ''), ENT_QUOTES, 'UTF-8') |
else __pad91__ |
endif |
if ($loginLogoFile = $this->params->get('loginLogoFile')) () . htmlspecialchars( $loginLogoFile ENT_QUOTES |
if(JPluginHelper::isEnabled('system', 'debug') &&($app->get('debug_lang', 0)|| $app->get('debug', 0))) |