Bug sitemap $parent remplacé par $parentId
This commit is contained in:
parent
e1ef89b1c2
commit
a9c01cb906
@ -63,7 +63,7 @@
|
||||
foreach($articleIds as $articleId => $article): ?>
|
||||
<?php if($this->getData(['module',$parentId,'posts',$article,'state']) === true ): ?>
|
||||
<li>
|
||||
<a href="<?php echo helper::baseUrl() . $parent. '/' . $article;?>"><?php echo $this->getData(['module',$parentId,'posts',$article,'title']); ?></a>
|
||||
<a href="<?php echo helper::baseUrl() . $parentId. '/' . $article;?>"><?php echo $this->getData(['module',$parentId,'posts',$article,'title']); ?></a>
|
||||
</li>
|
||||
<?php endif; ?>
|
||||
<?php endforeach;
|
||||
|
Loading…
Reference in New Issue
Block a user