Example #1
0
                    <?php 
}
?>
                </table>
            </td>
        </tr>

        <tr>
            <th><?php 
echo varlang('template-b');
?>
</th>
            <td>
                <table class="table">
                    <?php 
foreach (\WebAPL\Template::getTemplates('backend') as $template) {
    ?>
                        <tr>
                            <td class="col-lg-1"><input class="make-switch" id="tpl<?php 
    echo $template;
    ?>
" type="radio" name="set[template_backend]" value='<?php 
    echo $template;
    ?>
' <?php 
    echo isset($setts['template_backend']) && $setts['template_backend'] == $template ? 'checked' : '';
    ?>
></td>
                            <td><label for="tpl<?php 
    echo $template;
    ?>