Exemple #1
0
		</p>
	<?php 
    }
}
if (!empty($this->item->pagination) and $this->item->pagination and $this->item->paginationposition and $this->item->paginationrelative) {
    echo $this->item->pagination;
}
?>

<?php 
echo $this->item->event->afterDisplayContent;
?>
</div>
<?php 
$categories = TemplateContentArticleHelper::getParentCategoriesByRoute($this->item->parent_route);
$showBelowContent = TemplateContentArticleHelper::showBelowContent($categories, $this->item);
if (count($showBelowContent) > 0) {
    ?>
<div class="below-content">
	<?php 
    if (in_array('categories', $showBelowContent)) {
        ?>
	<div class="line">
		registrado em:
			<?php 
        TemplateContentArticleHelper::displayCategoryLinks($categories, $this->item);
        ?>
	</div>
	<?php 
    }
    ?>