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é
|
Espaces de nommage | |
namespace | Joomla\Site |
Variables | |
$lang = JFactory::getLanguage() | |
$myrtl = $this->newsfeed->rtl | |
$direction = " " | |
if($lang->isRTL()&&$myrtl==0) elseif($lang->isRTL()&&$myrtl==1) elseif($lang->isRTL()&&$myrtl==2) elseif($myrtl==0) elseif($myrtl==1) | elseif ($myrtl==2) |
if ($this->params->get('show_page_heading')) | |
endif | |
if (isset($this->newsfeed->image['url'])&&isset($this->newsfeed->image['title'])&&$this->params->get('show_feed_image')) | |
if($this->params->get('show_feed_image', 0)==0) | $text = JHtml::_('string.truncate', $text, $this->params->get('feed_character_count')) |
$direction = " " |
$lang = JFactory::getLanguage() |
$myrtl = $this->newsfeed->rtl |
if ($this->params->get('show_feed_image', 0)==0) $text = JHtml::_('string.truncate', $text, $this->params->get('feed_character_count')) |
if ($lang->isRTL()&&$myrtl==0) elseif ($lang->isRTL()&&$myrtl==1) elseif ($lang->isRTL()&&$myrtl==2) elseif ($myrtl==0) elseif ($myrtl==1) elseif($myrtl==2) |
endif |
if($this->params->get('show_page_heading')) |