mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 16:21:07 +00:00
15 lines
394 B
PHP
15 lines
394 B
PHP
|
<div class="tab-content">
|
||
|
|
||
|
<div id="tab-fields" class="tab-pane active">
|
||
|
<?php include smuzform_admin_view( 'tab-fields.php' ) ?>
|
||
|
</div>
|
||
|
|
||
|
<div id="tab-field-settings" class="tab-pane">
|
||
|
<?php include smuzform_admin_view( 'tab-field-settings.php' ) ?>
|
||
|
</div>
|
||
|
|
||
|
<div id="tab-form-settings" class="tab-pane">
|
||
|
<?php include smuzform_admin_view( 'tab-form-settings.php' ) ?>
|
||
|
</div>
|
||
|
|
||
|
</div>
|