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é
Référence du fichier administrator/components/com_joomlaupdate/views/default/tmpl/default.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $latestJoomlaVersion = $this->updateInfo['latest']
 
 $currentJoomlaVersion = isset($this->updateInfo['installed']) ? $this->updateInfo['installed'] : JVERSION
 
 joomlaTargetVersion = '$latestJoomlaVersion'
 
 joomlaCurrentVersion = '$currentJoomlaVersion'
 
 JS
 
 endif
 
else __pad0__
 
else __pad1__
 

Documentation des variables

◆ $currentJoomlaVersion

$currentJoomlaVersion = isset($this->updateInfo['installed']) ? $this->updateInfo['installed'] : JVERSION

◆ $latestJoomlaVersion

$latestJoomlaVersion = $this->updateInfo['latest']

◆ __pad0__

else __pad0__

◆ __pad1__

else __pad1__

◆ endif

endif

◆ joomlaCurrentVersion

joomlaCurrentVersion = '$currentJoomlaVersion'

◆ joomlaTargetVersion

joomlaTargetVersion = '$latestJoomlaVersion'

◆ JS