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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence du fichier templates/beez3/html/com_content/archive/default_items.php

Espaces de nommage

 Joomla\Site
 

Variables

 $app = JFactory::getApplication()
 
 $templateparams = $app->getTemplate(true)->params
 
if(! $templateparams->get('html5', 0)) else
 
 $params = &$this->params
 
else __pad4__
 
 endif
 
 $url = '<a href="'.JRoute::_(ContentHelperRoute::getCategoryRoute($item->parent_slug)).'">'.$title.'</a>'
 
else __pad5__
 
else $title
 
else __pad6__
 
else __pad7__
 
else $author
 
 endforeach
 

Documentation des variables

◆ $app

$app = JFactory::getApplication()

◆ $author

else $author

◆ $params

$params = &$this->params

◆ $templateparams

$templateparams = $app->getTemplate(true)->params

◆ $title

◆ $url

$url = '<a href="'.JRoute::_(ContentHelperRoute::getCategoryRoute($item->parent_slug)).'">'.$title.'</a>'

◆ __pad4__

else __pad4__

◆ __pad5__

else __pad5__

◆ __pad6__

else __pad6__

◆ __pad7__

else __pad7__

◆ else

if (! $templateparams->get( 'html5', 0)) else
Valeur initiale :
{
JHtml::addIncludePath(JPATH_COMPONENT . '/helpers')

◆ endforeach

endforeach

◆ endif

endif