deprecated general option

This commit is contained in:
HB9HIL
2024-06-07 00:45:08 +02:00
parent d9ce049df6
commit 705e0ed3d2
2 changed files with 0 additions and 25 deletions

View File

@@ -33,15 +33,6 @@
<?php } ?>
<?php echo form_open('options/appearance_save'); ?>
<!-- <div class="mb-3">
<label for="themeSelect">Language</label>
<select class="form-select" id="langSelect" name="language" aria-describedby="langHelp" required>
<?php foreach ($language_options as &$lang_opt) { ?>
<option value='<?php echo $lang_opt; ?>' <?php if($this->optionslib->get_option('language')== $lang_opt) { echo "selected=\"selected\""; } ?>><?php echo ucfirst($lang_opt); ?></option>
<?php } ?>
</select>
<small id="langHelp" class="form-text text-muted">Select the default language for Wavelog.</small>
</div> -->
<!-- Form options for selecting global theme choice -->
<div class="mb-3">