forked from ZwiiCMS-Team/ZwiiCMS
fix sitemap
This commit is contained in:
parent
c7c3b4e97e
commit
20ed2464d4
@ -40,8 +40,8 @@
|
||||
<!-- ou articles d'un blog-->
|
||||
|
||||
<?php if ($this->getData(['page', $parentId, 'moduleId']) === 'blog' &&
|
||||
!empty($this->getData(['module',$parentId])) ) { ?>
|
||||
<?php foreach($this->getData(['module',$parentId]) as $articleId => $article): ?>
|
||||
!empty($this->getData(['module',$parentId, 'posts' ])) ) { ?>
|
||||
<?php foreach($this->getData(['module',$parentId, 'posts' ]) as $articleId => $article): ?>
|
||||
<?php if($this->getData(['module',$parentId,'posts',$articleId,'state']) === true ): ?>
|
||||
<li>
|
||||
<a href="<?php echo helper::baseUrl() . $parentId. '/' . $articleId;?>"><?php echo $article['title']; ?></a>
|
||||
|
Loading…
Reference in New Issue
Block a user