balises calendar inutiles

This commit is contained in:
Deltacms 2023-01-04 18:37:22 +01:00
parent 7a4668345c
commit bc3e87be06
4 changed files with 0 additions and 4 deletions

View File

@ -61,7 +61,6 @@ if( function_exists('datefmt_create') && function_exists('datefmt_create') && ex
<div class="col12 blogDate">
<!-- bloc signature et date -->
<?php echo $module::$articleSignature . ' - ';?>
<i class="far fa-calendar-alt"></i>
<?php if( function_exists('datefmt_create') && function_exists('datefmt_create') && extension_loaded('intl') ){
echo datefmt_format($fmt, strtotime( date('Y/m/d H:i:s',$this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'publishedOn']))));
} else{

View File

@ -55,7 +55,6 @@ if($module::$articles): ?>
<?php echo template::ico('comment', 'left'); ?>
</div>
<div class="blogDate">
<i class="far fa-calendar-alt"></i>
<?php if( function_exists('datefmt_create') && function_exists('datefmt_create') && extension_loaded('intl') ){
echo datefmt_format($fmt, strtotime( date('Y/m/d H:i:s',$article['publishedOn'])));
} else {

View File

@ -22,7 +22,6 @@ include('./module/news/lang/'. $this->getData(['config', 'i18n', 'langAdmin']) .
);
}
echo $module::$articleSignature . ' - ';?>
<i class="far fa-calendar-alt"></i>
<?php if( function_exists('datefmt_create') && function_exists('datefmt_create') && extension_loaded('intl') ){
echo datefmt_format($fmt, strtotime( date('Y/m/d H:i:s',$this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'publishedOn']))));
} else {

View File

@ -34,7 +34,6 @@ if($module::$news):
<?php echo $news['content']; ?>
</div>
<div class="newsSignature">
<i class="far fa-calendar-alt"></i>
<?php if( function_exists('datefmt_create') && function_exists('datefmt_create') && extension_loaded('intl') ){
echo datefmt_format($fmt, strtotime( date('Y/m/d H:i:s',$news['publishedOn'])));
} else {