Exemple #1
0
	</div>
	<?php 
        TemplateContentArticleHelper::displayFulltextImage($images, $params);
        ?>
	<?php 
        if ($params->get('show_readmore')) {
            ?>
		<?php 
            echo $this->item->fulltext;
            ?>
	<?php 
        }
    } else {
        ?>
	<?php 
        TemplateContentArticleHelper::displayFulltextImage($images, $params);
        ?>
	<?php 
        echo $this->item->text;
    }
    if (!empty($this->item->pagination) and $this->item->pagination and $this->item->paginationposition and !$this->item->paginationrelative) {
        echo $this->item->pagination;
    }
    ?>

<?php 
    if (isset($urls) and (!empty($urls->urls_position) and $urls->urls_position == '1' or $params->get('urls_position') == '1')) {
        echo $this->loadTemplate('links');
    }
    ?>
	<?php