newsfeed->rtl; if ($lang->isRTL() && $myrtl==0){ $direction= "direction:rtl !important;"; $align= "text-align:right !important;"; } else if ($lang->isRTL() && $myrtl==1){ $direction= "direction:ltr !important;"; $align= "text-align:left !important;"; } else if ($lang->isRTL() && $myrtl==2){ $direction= "direction:rtl !important;"; $align= "text-align:right !important;"; } else if ($myrtl==0) { $direction= "direction:ltr !important;"; $align= "text-align:left !important;"; } else if ($myrtl==1) { $direction= "direction:ltr !important;"; $align= "text-align:left !important;"; } else if ($myrtl==2) { $direction= "direction:rtl !important;"; $align= "text-align:right !important;"; } ?>
params->get('show_page_title', 1)) : ?>
escape($this->params->get('page_title')); ?>
params->get( 'show_feed_description' ) ) : ?> newsfeed->image['url']) && isset($this->newsfeed->image['title']) && $this->params->get( 'show_feed_image' ) ) : ?>
newsfeed->channel['title']); ?>
newsfeed->channel['description']); ?>

<?php echo $this->newsfeed->image['title']; ?>
    newsfeed->items as $item ) : ?>
  • get_link() ) ) : ?> get_title(); ?> params->get( 'show_item_description' ) && $item->get_description()) : ?>
    limitText($item->get_description(), $this->params->get( 'feed_word_count' )); echo str_replace(''', "'", $text); ?>