Ejemplo n.º 1
0
    if (extension_loaded('ldap')) {
        ?>
            <div class="col-xs-6 col-sm-6 col-md-6 col-lg-6">
                <?php 
        $twig->loadTemplate('ldap.twig')->display($tplDatabaseVars);
        ?>
            </div>
        </div>
        <div class="row">
            <?php 
    }
    ?>

            <div class="col-xs-6 col-sm-6 col-md-6 col-lg-6">
                <?php 
    $tplConfigVars = array('languageOptions' => $installer->renderLanguageOptions($languageCodes));
    $twig->loadTemplate('mainconfig.twig')->display($tplConfigVars);
    ?>
            </div>
        </div>

        <div class="row text-center">
            <button class="btn btn-primary btn-lg" type="submit">
                Click to install phpMyFAQ <?php 
    echo PMF_System::getVersion();
    ?>
            </button>
        </div>
        <div class="row" style="padding-left: 20px;">
            <p class="alert alert-info" style="margin-top: 20px;">
                Your password will be saved with a <strong><?php