Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence du fichier components/com_content/views/category/tmpl/blog_item.php

Espaces de nommage

namespace  Joomla\Site

Variables

 $params = &$this->item->params
 $images = json_decode($this->item->images)
 $canEdit = $this->item->params->get('access-edit')
else __pad0__
 endif
 $url = '<a href="' . JRoute::_(ContentHelperRoute::getCategoryRoute($this->item->parent_id)) . '">' . $title . '</a>'
else __pad1__
else $title
else __pad2__
if($params->get('show_author')&&!empty($this->
item->author)) 
$author = ($this->item->created_by_alias ? $this->item->created_by_alias : $author)
else __pad3__
if(($params->get('show_author'))
or($params->get('show_category'))
or($params->get('show_create_date'))
or($params->get('show_modify_date'))
or($params->get('show_publish_date'))
or($params->get('show_parent_category'))
or($params->get('show_hits')))
if 
(isset($images->image_intro) and!empty($images->image_intro)) (empty($images->float_intro))?$params->get('float_intro')
else __pad4__
 $active = $menu->getActive()
 $itemId = $active->id
 $link1 = JRoute::_('index.php?option=com_users&view=login&Itemid=' . $itemId)
 $returnURL = JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid, $this->item->language))
 $link = new JURI($link1)
else __pad5__
 if ($this->item->state==0||strtotime($this->item->publish_up) > strtotime(JFactory::getDate()))

Documentation des variables

else $author = ($this->item->created_by_alias ? $this->item->created_by_alias : $author)
$canEdit = $this->item->params->get('access-edit')
$images = json_decode($this->item->images)
$link = new JURI($link1)
$link1 = JRoute::_('index.php?option=com_users&view=login&Itemid=' . $itemId)
$params = &$this->item->params
$returnURL = JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid, $this->item->language))
$url = '<a href="' . JRoute::_(ContentHelperRoute::getCategoryRoute($this->item->parent_id)) . '">' . $title . '</a>'
if (($params->get('show_author')) or($params->get('show_category')) or($params->get('show_create_date')) or($params->get('show_modify_date')) or($params->get('show_publish_date')) or($params->get('show_parent_category')) or($params->get('show_hits')))if (isset($images->image_intro) and!empty($images->image_intro))(empty($images->float_intro))?$params->get('float_intro')
else __pad0__
else __pad1__
else __pad2__
else __pad3__
else __pad4__
else __pad5__
endif
if($this->item->state==0||strtotime($this->item->publish_up) > strtotime(JFactory::getDate()))