forked from ZwiiCMS-Team/ZwiiCMS
[9.1.09] liens dans le sitemap ok
This commit is contained in:
parent
609fc0009e
commit
edf988a636
@ -26,7 +26,7 @@
|
|||||||
<?php
|
<?php
|
||||||
foreach($this->getData(['module',$childId]) as $articleId => $article): ?>
|
foreach($this->getData(['module',$childId]) as $articleId => $article): ?>
|
||||||
<li>
|
<li>
|
||||||
<a href="<?php echo helper::baseUrl() . $article['title'];?>"><?php echo $article['title']; ?></a>
|
<a href="<?php echo helper::baseUrl() . $childId . '/' . $articleId;?>"><?php echo $article['title']; ?></a>
|
||||||
</li>
|
</li>
|
||||||
<?php endforeach;
|
<?php endforeach;
|
||||||
} ?>
|
} ?>
|
||||||
@ -40,7 +40,7 @@
|
|||||||
<?php
|
<?php
|
||||||
foreach($this->getData(['module',$parentId]) as $articleId => $article): ?>
|
foreach($this->getData(['module',$parentId]) as $articleId => $article): ?>
|
||||||
<li>
|
<li>
|
||||||
<a href="<?php echo helper::baseUrl() . $article['title'];?>"><?php echo $article['title']; ?></a>
|
<a href="<?php echo helper::baseUrl() . $parentId . '/' . $articleId;?>"><?php echo $article['title']; ?></a>
|
||||||
</li>
|
</li>
|
||||||
<?php endforeach;
|
<?php endforeach;
|
||||||
} ?>
|
} ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user