Folder 1.06

This commit is contained in:
Fred Tempez 2024-04-02 12:24:24 +02:00
parent 5e76e95e1a
commit cf231986de
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<div class="col6">
<?php echo template::text('folderConfigTitle', [
'label' => 'Titre',
'value' => empty ($this->getData(['module', $this->getUrl(0), 'title'])) ? 'Répertoire' : $this->getData(['module', $this->getUrl(0), 'title'])
'value' => $this->getData(['module', $this->getUrl(0), 'title'])
]); ?>
</div>
</div>