developer/template/New/general.tpl

11 lines
267 B
Smarty
Raw Permalink Normal View History

2020-07-13 23:29:18 +02:00
<section class="content">
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div class="box-body">
<?php if (isset($template_file))echo $template_file; ?>
</div>
</div>
</div>
</div>
</section>