mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
11 lines
371 B
HTML
11 lines
371 B
HTML
<?= Block::put('body') ?>
|
|
<div class="layout">
|
|
<div class="layout-row">
|
|
<?= Form::open(['onsubmit'=>'return false']) ?>
|
|
<div class="layout theme-selector-layout" id="theme-list">
|
|
<?= $this->makePartial('theme_list') ?>
|
|
</div>
|
|
<?= Form::close() ?>
|
|
</div>
|
|
</div>
|
|
<?= Block::endPut() ?> |