Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier com_content/tmpl/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

◆ $urls

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

Référencé par LinkTable\check().

◆ endforeach

switch ( $target) endforeach

◆ endif

endif