Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier administrator/templates/atum/index.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $app = Factory::getApplication()
 
 $input = $app->input
 
 $wa = $this->getWebAssetManager()
 
 $option = $input->get('option', '')
 
 $view = $input->get('view', '')
 
 $layout = $input->get('layout', 'default')
 
 $task = $input->get('task', 'display')
 
 $cpanel = $option === 'com_cpanel' || ($option === 'com_admin' && $view === 'help')
 
 $hiddenMenu = $app->input->get('hidemainmenu')
 
 $sidebarState = $input->cookie->get('atumSidebarState', '')
 
 $a11y_mono = (bool) $app->getIdentity()->getParam('a11y_mono', '')
 
 $a11y_contrast = (bool) $app->getIdentity()->getParam('a11y_contrast', '')
 
 $a11y_highlight = (bool) $app->getIdentity()->getParam('a11y_highlight', '')
 
 $a11y_font = (bool) $app->getIdentity()->getParam('a11y_font', '')
 
 $logoBrandLarge
 
 $logoBrandSmall
 
 $logoBrandLargeAlt
 
 $logoBrandSmallAlt
 
$wa usePreset('template.atum.' .($this->direction==='rtl' ? 'rtl' :'ltr')) -> useStyle('template.active.language') ->useStyle('template.user') ->addInlineStyle(':root template active template active template atum rtl rtl ltr viewport width =device-width
 

Documentation des variables

◆ $a11y_contrast

$a11y_contrast = (bool) $app->getIdentity()->getParam('a11y_contrast', '')

◆ $a11y_font

$a11y_font = (bool) $app->getIdentity()->getParam('a11y_font', '')

◆ $a11y_highlight

$a11y_highlight = (bool) $app->getIdentity()->getParam('a11y_highlight', '')

◆ $a11y_mono

$a11y_mono = (bool) $app->getIdentity()->getParam('a11y_mono', '')

◆ $app

$app = Factory::getApplication()

◆ $cpanel

$cpanel = $option === 'com_cpanel' || ($option === 'com_admin' && $view === 'help')

◆ $hiddenMenu

$hiddenMenu = $app->input->get('hidemainmenu')

◆ $input

$input = $app->input

◆ $layout

$layout = $input->get('layout', 'default')

◆ $logoBrandLarge

$logoBrandLarge
Valeur initiale :
= $this->params->get('logoBrandLarge')
? Uri::root() . htmlspecialchars($this->params->get('logoBrandLarge'), ENT_QUOTES)
: Uri::root() . 'media/templates/administrator/atum/images/logos/brand-large.svg'
else ENT_QUOTES
Definition: administrator/modules/mod_latest/tmpl/default.php:40

◆ $logoBrandLargeAlt

$logoBrandLargeAlt
Valeur initiale :
= empty($this->params->get('logoBrandLargeAlt')) && empty($this->params->get('emptyLogoBrandLargeAlt'))
? 'alt=""'
: 'alt="' . htmlspecialchars($this->params->get('logoBrandLargeAlt'), ENT_COMPAT, 'UTF-8') . '"'
else ENT_COMPAT
Definition: components/com_newsfeeds/tmpl/category/default_items.php:28

◆ $logoBrandSmall

$logoBrandSmall
Valeur initiale :
= $this->params->get('logoBrandSmall')
? Uri::root() . htmlspecialchars($this->params->get('logoBrandSmall'), ENT_QUOTES)
: Uri::root() . 'media/templates/administrator/atum/images/logos/brand-small.svg'
else ENT_QUOTES
Definition: administrator/modules/mod_latest/tmpl/default.php:40

◆ $logoBrandSmallAlt

$logoBrandSmallAlt
Valeur initiale :
= empty($this->params->get('logoBrandSmallAlt')) && empty($this->params->get('emptyLogoBrandSmallAlt'))
? 'alt=""'
: 'alt="' . htmlspecialchars($this->params->get('logoBrandSmallAlt'), ENT_COMPAT, 'UTF-8') . '"'
else ENT_COMPAT
Definition: components/com_newsfeeds/tmpl/category/default_items.php:28

◆ $option

$option = $input->get('option', '')

◆ $sidebarState

$sidebarState = $input->cookie->get('atumSidebarState', '')

◆ $task

$task = $input->get('task', 'display')

◆ $view

$view = $input->get('view', '')

◆ $wa

$wa = $this->getWebAssetManager()

◆ width

$wa usePreset ( 'template.atum.' .( $this->direction==='rtl' ? 'rtl' :'ltr')) -> useStyle( 'template.active.language') ->useStyle( 'template.user') ->addInlineStyle(':root template active template active template atum rtl rtl ltr viewport width =device-width