Merge branch 'develop' of https://github.com/Orange-Management/oms-News into develop

This commit is contained in:
Dennis Eichhorn 2021-02-20 21:40:39 +01:00
commit 779c72c956

View File

@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<?php foreach ($newsList as $news) :
$url = UriFactory::build('{/prefix}news/article?id=' . $news->getId());
$url = UriFactory::build('{/prefix}news/article?id=' . $news->getId());
$profile = UriFactory::build('{/prefix}profile/single?{?}&id=' . $news->createdBy->getId());
?>
<div class="portlet">