fix table col

This commit is contained in:
Fred Tempez 2022-12-29 11:02:40 +01:00
parent 6e46a49287
commit 291860aa2b
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
<h4><?php echo helper::translate('Langues installées'); ?>
</h4>
<?php if ($module::$languagesUiInstalled) : ?>
<?php echo template::table([2, 1, 1, 4, 1, 1, 1], $module::$languagesUiInstalled, ['Langues', 'Version', 'Date', '', '', '', '', '']); ?>
<?php echo template::table([2, 1, 1, 4, 1, 1, 1], $module::$languagesUiInstalled, ['Langues', 'Version', 'Date', '', '', '', '']); ?>
<?php endif; ?>
</div>
</div>