Zwii-Modules/geogallery/view/theme/theme.php

21 lines
644 B
PHP
Raw Normal View History

2024-08-16 15:57:50 +02:00
<?php echo template::formOpen('galleryThemeForm'); ?>
<div class="row">
<div class="col1">
<?php echo template::button('galleryThemeBack', [
'class' => 'buttonGrey',
'href' => helper::baseUrl() . $this->getUrl(0) . '/config',
'value' => template::ico('left')
]); ?>
</div>
<div class="col2 offset9">
<?php echo template::submit('galleryThemeBack'); ?>
</div>
</div>
<?php echo template::formClose(); ?>
<div class="row">
<div class="col12">
<div class="moduleVersion">Version
<?php echo $module::VERSION; ?>
</div>
</div>
</div>