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 components/com_newsfeeds/views/newsfeed/tmpl/default.php

Espaces de nommage

 Joomla\Site
 

Variables

if(!empty($this->msg)) else
 
 $myrtl = $this->newsfeed->rtl
 
 $direction = ' '
 
 $isRtl = $lang->isRtl()
 
if($isRtl && $myrtl==0) elseif($isRtl && $myrtl==1) elseif($isRtl && $myrtl==2) elseif($myrtl==0) elseif($myrtl==1) elseif($myrtl==2) endif
 
 $images = json_decode($this->item->images)
 
 if ( $this->params->get( 'display_num'))
 

Documentation des variables

◆ $direction

$direction = ' '

◆ $images

◆ $isRtl

$isRtl = $lang->isRtl()

◆ $myrtl

$myrtl = $this->newsfeed->rtl

◆ else

if (!empty( $this->msg)) else

◆ endif

endif

◆ if

if($this->params->get('display_num'))