Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Espaces de nommage | |
Joomla\Site | |
Variables | |
if(!empty($this->msg)) | else |
$myrtl = $this->item->rtl | |
$direction = ' ' | |
$isRtl = $lang->isRtl() | |
if($isRtl && $myrtl==0) elseif($isRtl && $myrtl==1) elseif($isRtl && $myrtl==2) elseif($myrtl==0) elseif($myrtl==1) elseif($myrtl==2) | endif |
$images = json_decode($this->item->images) | |
if ( $this->params->get( 'display_num')) | |
$direction = ' ' |
$images = json_decode($this->item->images) |
$isRtl = $lang->isRtl() |
$myrtl = $this->item->rtl |
if (!empty( $this->msg)) else |
endif |
if($this->params->get('display_num')) |