forked from ZwiiCMS-Team/ZwiiCMS
fix table col
This commit is contained in:
parent
6e46a49287
commit
291860aa2b
@ -52,7 +52,7 @@
|
|||||||
<h4><?php echo helper::translate('Langues installées'); ?>
|
<h4><?php echo helper::translate('Langues installées'); ?>
|
||||||
</h4>
|
</h4>
|
||||||
<?php if ($module::$languagesUiInstalled) : ?>
|
<?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; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user