Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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') | |
$logoBrandLarge | |
$loginLogo | |
$logoBrandSmall | |
$logoBrandLargeAlt | |
$logoBrandSmallAlt | |
$loginLogoAlt | |
$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 |
$app = Factory::getApplication() |
$input = $app->input |
$layout = $input->get('layout', 'default') |
$loginLogo |
$loginLogoAlt |
$logoBrandLarge |
$logoBrandLargeAlt |
$logoBrandSmall |
$logoBrandSmallAlt |
$option = $input->get('option', '') |
$task = $input->get('task', 'display') |
$view = $input->get('view', '') |
$wa = $this->getWebAssetManager() |
$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 |