Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier components/com_tags/tmpl/tag/default_items.php

Espaces de nommage

 Joomla\Site
 

Variables

 $wa = $this->document->getWebAssetManager()
 
 $user = Factory::getUser()
 
 $canEdit = $user->authorise('core.edit', 'com_tags')
 
 $canCreate = $user->authorise('core.create', 'com_tags')
 
 $canEditState = $user->authorise('core.edit.state', 'com_tags')
 
 endif
 
else __pad0__
 
else __pad1__
 
 $images = json_decode($item->core_images)
 
 if ( $this->params->get( 'tag_list_show_item_description', 1))
 
 endforeach
 

Documentation des variables

◆ $canCreate

$canCreate = $user->authorise('core.create', 'com_tags')

◆ $canEdit

$canEdit = $user->authorise('core.edit', 'com_tags')

◆ $canEditState

$canEditState = $user->authorise('core.edit.state', 'com_tags')

◆ $images

$images = json_decode($item->core_images)

◆ $user

$user = Factory::getUser()

◆ $wa

$wa = $this->document->getWebAssetManager()

◆ __pad0__

else __pad0__

◆ __pad1__

else __pad1__

◆ endforeach

endforeach

◆ endif

endif

◆ if

if($this->params->get('tag_list_show_item_description', 1))