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 templates/beez3/html/com_content/article/default_links.php

Espaces de nommage

 Joomla\Site
 

Variables

 $urls = json_decode($this->item->urls)
 
 $params = $this->item->params
 
foreach($urlarray as $url$label = $url[1]
 
 $target = $url[2]
 
 $id = $url[3]
 
if(! $link) endif
 
switch($target) endforeach
 

Documentation des variables

◆ $id

$id = $url[3]

◆ $label

$label = $url[1]

◆ $params

$params = $this->item->params

◆ $target

$target = $url[2]

◆ $urls

$urls = json_decode($this->item->urls)

◆ endforeach

switch ( $target) endforeach

◆ endif

endif