1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-02 17:07:01 +01:00

11 lines
209 B
PHP
Raw Normal View History

<?php
include_once __DIR__.'/../../core.php';
echo '
<div class="row">
<div class="col-md-12">
{[ "type": "file", "label": "'.tr('Foto').'", "name": "photo" ]}
</div>
</div>';