Example #1
0
        </form>

    </div>

    <div class="tab-pane" id="apparence">


        <form action="<?php 
echo url('settings/save');
?>
" method="post" class="ajax-auto-submit">

            <table class="table table-bordered table-hover">

                <?php 
$colorSchemes = \WebAPL\Template::getColorSchemes();
?>
                <?php 
if ($colorSchemes) {
    ?>
                    <tr>
                        <th><?php 
    echo varlang('template-color-schema');
    ?>
</th>
                        <td>
                            <select class='form-control' name="set[templateSchema]">
                                <option name=''>---</option>
                                <?php 
    foreach ($colorSchemes as $schemaKey => $schema) {
        ?>