Supprime un test
This commit is contained in:
parent
7d26d202e2
commit
c0e3a0c96e
@ -80,8 +80,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="containerModule">
|
<div class="containerModule">
|
||||||
<?php foreach (user::$listModules as $moduleId): ?>
|
<?php foreach (user::$listModules as $moduleId): ?>
|
||||||
<?php echo $moduleId;
|
<?php if (file_exists('module/' . $moduleId . '/profil/view/add.inc.php')) {
|
||||||
if (file_exists('module/' . $moduleId . '/profil/view/add.inc.php')) {
|
|
||||||
include('module/' . $moduleId . '/profil/view/add.inc.php');
|
include('module/' . $moduleId . '/profil/view/add.inc.php');
|
||||||
} ?>
|
} ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user