numérotation de version galerie et ordre config

This commit is contained in:
Fred Tempez 2020-09-27 09:18:44 +02:00
parent 89ab970806
commit eace81330f
2 changed files with 4 additions and 4 deletions

View File

@ -577,7 +577,7 @@
<div class="row">
<div class="col12" >
<div class="block" id="system">
<h4>Versions des modules
<h4>Versions installées
<div class="openClose">
<?php
echo template::ico('plus-circled','right');
@ -590,11 +590,11 @@
<div class="col12">
<?php echo 'ZwiiCMS : ' . common::ZWII_VERSION . '&nbsp;&nbsp;-&nbsp;&nbsp;';?>
<?php echo 'Blog : ' . blog::BLOG_VERSION . '&nbsp;&nbsp;-&nbsp;&nbsp;';?>
<?php echo 'Galerie : ' . gallery::GALLERY_VERSION . '&nbsp;&nbsp;-&nbsp;&nbsp;';?>
<?php echo 'Formulaire : ' . form::FORM_VERSION . '&nbsp;&nbsp;-&nbsp;&nbsp;';?>
<?php echo 'Galerie : ' . gallery::GALLERY_VERSION . '&nbsp;&nbsp;-&nbsp;&nbsp;';?>
<?php echo 'Nouvelles : ' . news::NEWS_VERSION . '&nbsp;&nbsp;-&nbsp;&nbsp;';?>
<?php echo 'Redirection : ' . redirection::REDIRECTION_VERSION . '&nbsp;&nbsp;-&nbsp;&nbsp;';?>
<?php echo 'Recherche : ' . search::SEARCH_VERSION ;?>
<?php echo 'Redirection : ' . redirection::REDIRECTION_VERSION . '&nbsp;&nbsp;-&nbsp;&nbsp;';?>
</div>
</div>
</div>

View File

@ -19,7 +19,7 @@ class gallery extends common {
const SORT_ASC = 'SORT_ASC';
const SORT_DSC = 'SORT_DSC';
const SORT_HAND = 'SORT_HAND';
const GALLERY_VERSION = '2.41';
const GALLERY_VERSION = '2.5';
public static $directories = [];