numérotation de version galerie et ordre config
This commit is contained in:
parent
89ab970806
commit
eace81330f
@ -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 . ' - ';?>
|
||||
<?php echo 'Blog : ' . blog::BLOG_VERSION . ' - ';?>
|
||||
<?php echo 'Galerie : ' . gallery::GALLERY_VERSION . ' - ';?>
|
||||
<?php echo 'Formulaire : ' . form::FORM_VERSION . ' - ';?>
|
||||
<?php echo 'Galerie : ' . gallery::GALLERY_VERSION . ' - ';?>
|
||||
<?php echo 'Nouvelles : ' . news::NEWS_VERSION . ' - ';?>
|
||||
<?php echo 'Redirection : ' . redirection::REDIRECTION_VERSION . ' - ';?>
|
||||
<?php echo 'Recherche : ' . search::SEARCH_VERSION ;?>
|
||||
<?php echo 'Redirection : ' . redirection::REDIRECTION_VERSION . ' - ';?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -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 = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user