numéro de version des modules

This commit is contained in:
Fred Tempez 2020-09-25 16:04:44 +02:00
parent 80e5088b68
commit 2e644e7cd4
1 changed files with 2 additions and 1 deletions

View File

@ -590,8 +590,9 @@
<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 'News : ' . news::NEWS_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 ;?>
</div>