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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence du fichier administrator/templates/isis/login.php

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
 

Documentation des fonctions

◆ colorIsLight()

colorIsLight (   $color)

Références $b, $color, $g, et $r.

Documentation des variables

◆ $app

$app = JFactory::getApplication()

◆ $background_color

$background_color = $this->params->get('loginBackgroundColor') ?: ''

◆ $color_is_light

$color_is_light = $background_color && colorIsLight($background_color)

◆ $frontEndUri

$frontEndUri = JUri::getInstance(JUri::root())

◆ $itemid

$itemid = $app->input->getCmd('Itemid', '')

◆ $lang

$lang = JFactory::getLanguage()

◆ $layout

$layout = $app->input->getCmd('layout', '')

◆ $option

$option = $app->input->getCmd('option', '')

◆ $sitename

$sitename = htmlspecialchars($app->get('sitename', ''), ENT_QUOTES, 'UTF-8')

◆ $task

$task = $app->input->getCmd('task', '')

◆ $view

$view = $app->input->getCmd('view', '')

◆ __pad91__

else __pad91__

◆ endif

endif

◆ ENT_QUOTES

if ($loginLogoFile = $this->params->get('loginLogoFile')) () . htmlspecialchars( $loginLogoFile ENT_QUOTES

◆ if

if(JPluginHelper::isEnabled('system', 'debug') &&($app->get('debug_lang', 0)|| $app->get('debug', 0)))