forked from ZwiiCMS-Team/ZwiiCMS
12 lines
353 B
PHP
12 lines
353 B
PHP
|
<div class="row">
|
||
|
<div class="col2">
|
||
|
<?php echo template::button('formDataBack', [
|
||
|
'class' => 'buttonGrey',
|
||
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/config',
|
||
|
'ico' => 'left',
|
||
|
'value' => 'Retour'
|
||
|
]); ?>
|
||
|
</div>
|
||
|
</div>
|
||
|
<?php echo template::table([11, 1], $module::$data, ['Données', '']); ?>
|
||
|
<?php echo $module::$pagination; ?>
|