forked from ZwiiCMS-Team/ZwiiCMS
Niveau de titre
This commit is contained in:
parent
57b2055e5c
commit
c16e1b4668
@ -1,7 +1,3 @@
|
|||||||
<!--
|
|
||||||
code d'origine
|
|
||||||
|
|
||||||
-->
|
|
||||||
<div class="blogDate">
|
<div class="blogDate">
|
||||||
<i class="far fa-calendar-alt"></i>
|
<i class="far fa-calendar-alt"></i>
|
||||||
<?php echo utf8_encode(strftime('- %d %B %Y', $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'publishedOn']))); ?>
|
<?php echo utf8_encode(strftime('- %d %B %Y', $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'publishedOn']))); ?>
|
||||||
@ -21,10 +17,10 @@ code d'origine
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="clearBoth"></div>
|
<div class="clearBoth"></div>
|
||||||
<h2 id="comment">
|
<h3 id="comment">
|
||||||
<?php $commentsNb = count($this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'comment'])); ?>
|
<?php $commentsNb = count($this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'comment'])); ?>
|
||||||
<?php echo $commentsNb . ' ' . ($commentsNb > 1 ? 'commentaires' : 'commentaire'); ?>
|
<?php echo $commentsNb . ' ' . ($commentsNb > 1 ? 'commentaires' : 'commentaire'); ?>
|
||||||
</h2>
|
</h3>
|
||||||
<?php if($this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'closeComment'])): ?>
|
<?php if($this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'closeComment'])): ?>
|
||||||
<p>Les commentaires sont fermés pour cet article.</p>
|
<p>Les commentaires sont fermés pour cet article.</p>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user