Blog setup frame

This commit is contained in:
Fred Tempez 2023-02-11 10:07:08 +01:00
parent 98b05f8b8b
commit c3d95644f0
3 changed files with 1 additions and 9 deletions

View File

@ -111,7 +111,6 @@ class blog extends common
self::EDIT_OWNER => 'Propriétaire' self::EDIT_OWNER => 'Propriétaire'
]; ];
public static $dateFormats = [ public static $dateFormats = [
'%d %B %Y' => 'DD MMMM YYYY', '%d %B %Y' => 'DD MMMM YYYY',
'%d/%m/%Y' => 'DD/MM/YYYY', '%d/%m/%Y' => 'DD/MM/YYYY',

View File

@ -1,5 +1,5 @@
# version 6.5 # version 6.5
- Formats de date - Intl dates formats
# version 6.4 # version 6.4
- Multilingisme - Multilingisme
# version 6.31 # version 6.31

View File

@ -41,13 +41,6 @@
]); ?> ]); ?>
</div> </div>
</div> </div>
</div>
</div>
</div>
<div class="row">
<div class="col12">
<div class="block">
<h4>Flux RSS</h4>
<div class="row"> <div class="row">
<div class="col6"> <div class="col6">
<?php echo template::checkbox('blogOptionShowFeeds', true, 'Lien du flux RSS', [ <?php echo template::checkbox('blogOptionShowFeeds', true, 'Lien du flux RSS', [