echo $which_editor_sel; echo $_lang["which_editor_message"]; ?> </td> </tr> <tr class="editorRow row3" style="display: <?php echo $use_editor == 1 ? $displayStyle : 'none'; ?> "> <th><?php echo $_lang["fe_editor_lang_title"]; ?> </th> <td><select name="fe_editor_lang" size="1" class="inputBox"> <?php echo get_lang_options(null, $fe_editor_lang); ?> </select><br /> <?php echo $_lang["fe_editor_lang_message"]; ?> </td> </tr> <tr class="editorRow row3" style="display: <?php echo $use_editor == 1 ? $displayStyle : 'none'; ?> "> <th><?php echo $_lang["editor_css_path_title"]; ?> </th>
<?php //back from next if (isset($_POST['adminemail'])) { $_SESSION['adminemail'] = $_POST['adminemail']; } if (isset($_POST['adminpass'])) { $_SESSION['adminpass'] = $_POST['adminpass']; } if (isset($_POST['adminpassconfirm'])) { $_SESSION['adminpassconfirm'] = $_POST['adminpassconfirm']; } $ph['installmode'] = $installmode; $ph['installImg'] = $installmode == 0 ? 'install_new.png' : 'install_upg.png'; $ph['welcome_title'] = $installmode == 0 ? $_lang['welcome_message_welcome'] : $_lang['welcome_message_upd_welcome']; $ph['welcome_text'] = $installmode == 0 ? $_lang['welcome_message_text'] : $_lang['welcome_message_upd_text']; $ph['installTitle'] = $installmode == 0 ? $_lang['installation_new_installation'] : $_lang['installation_upgrade_existing']; $ph['installNote'] = $installmode == 0 ? $_lang['installation_install_new_note'] : $_lang['installation_upgrade_existing_note']; $ph['btnnext_value'] = $_lang['btnnext_value']; $ph['lang_options'] = get_lang_options($install_language); $tpl = file_get_contents("{$base_path}install/tpl/mode.tpl"); echo parse($tpl, $ph);