Skip to content

Commit

Permalink
Update layout_selector.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Mar 10, 2022
1 parent c2ee20e commit 28f2677
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions userfiles/modules/content/views/layout_selector.php
Expand Up @@ -500,12 +500,14 @@
<br/>


<?php if (config('microweber.allow_php_files_upload')): ?>
<?php if (mw()->ui->disable_marketplace != true): ?>
<label class="control-label"><?php _e("Want to upload template"); ?>?</label>
<small class="text-muted d-block mb-3">.zip <?php _e("file format allowed"); ?></small>

<module type="admin/templates/upload_button"/>
<?php endif; ?>
<?php endif; ?>


<button type="button" class="btn btn-primary mb-3 mw-action-change-template" onClick="mw_set_default_template()">
Expand Down

0 comments on commit 28f2677

Please sign in to comment.