Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Espaces de nommage | |
Joomla\Site | |
Variables | |
$app = Factory::getApplication() | |
$wa = $this->getWebAssetManager() | |
$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') | |
$menu = $app->getMenu()->getActive() | |
$pageclass = $menu !== null ? $menu->getParams()->get('pageclass_sfx', '') : '' | |
$templatePath = 'media/templates/site/cassiopeia' | |
$paramsColorName = $this->params->get('colorName', 'colors_standard') | |
$assetColorName = 'theme.' . $paramsColorName | |
$paramsFontScheme = $this->params->get('useFontScheme', false) | |
$fontStyles = '' | |
if($paramsFontScheme) $wa | usePreset ( 'template.cassiopeia.' .( $this->direction==='rtl' ? 'rtl' :'ltr')) -> useStyle( 'template.active.language') ->useStyle( 'template.user') ->useScript( 'template.user') ->addInlineStyle(":root |
if($this->params->get('logoFile')) elseif($this->params->get('siteTitle')) | else |
$wrapper = $this->params->get('fluidContainer') ? 'wrapper-fluid' : 'wrapper-static' | |
if ( $this->params->get( 'brand', 1)) | |
endif | |
$loop = $this->setError($this->_error->getPrevious()) | |
endwhile | |
$app = Factory::getApplication() |
$assetColorName = 'theme.' . $paramsColorName |
$fontStyles = '' |
$itemid = $app->input->getCmd('Itemid', '') |
$layout = $app->input->getCmd('layout', '') |
$loop = $this->setError($this->_error->getPrevious()) |
$menu = $app->getMenu()->getActive() |
$option = $app->input->getCmd('option', '') |
$pageclass = $menu !== null ? $menu->getParams()->get('pageclass_sfx', '') : '' |
$paramsColorName = $this->params->get('colorName', 'colors_standard') |
$paramsFontScheme = $this->params->get('useFontScheme', false) |
$sitename = htmlspecialchars($app->get('sitename'), ENT_QUOTES, 'UTF-8') |
$task = $app->input->getCmd('task', '') |
$templatePath = 'media/templates/site/cassiopeia' |
Référencé par ExceptionCaster\castFrameStub(), et ItemModel\preprocessForm().
$view = $app->input->getCmd('view', '') |
$wa = $this->getWebAssetManager() |
$wrapper = $this->params->get('fluidContainer') ? 'wrapper-fluid' : 'wrapper-static' |
Référencé par Stream\addContextEntry(), Stream\deleteContextEntry(), et HtmlView\display().
endif |
endwhile |
if($this->params->get('brand', 1)) |
if ( $paramsFontScheme) $wa usePreset('template.cassiopeia.' .($this->direction==='rtl' ? 'rtl' :'ltr')) -> useStyle('template.active.language') ->useStyle('template.user') ->useScript('template.user') ->addInlineStyle(":root |