balise sémantique
This commit is contained in:
parent
d24acb3bc2
commit
66c3636007
@ -1,4 +1,5 @@
|
||||
<?php if($module::$articles): ?>
|
||||
<article>
|
||||
<?php foreach($module::$articles as $articleId => $article): ?>
|
||||
<?php if ($this->getData(['module', $this->getUrl(0), 'config', 'articlesLenght']) === 0): ?>
|
||||
<div class="row">
|
||||
@ -137,6 +138,7 @@
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php endforeach; ?>
|
||||
</article>
|
||||
<?php echo $module::$pages; ?>
|
||||
<?php if ($this->getData(['module',$this->getUrl(0), 'config', 'feeds'])): ?>
|
||||
<div id="rssFeed">
|
||||
|
Loading…
x
Reference in New Issue
Block a user