mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-13 15:18:42 +00:00
Automated formatting changes
This commit is contained in:
parent
ef6932bbf6
commit
d43f2a7afe
|
|
@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<?php foreach ($newsList as $news) :
|
<?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());
|
$profile = UriFactory::build('{/prefix}profile/single?{?}&id=' . $news->createdBy->getId());
|
||||||
?>
|
?>
|
||||||
<div class="portlet">
|
<div class="portlet">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user