File "html-filemanager-language.php"
Full Path: /home/attunedd/public_html/wp-content/plugins/filester/views/pages/html-filemanager-language.php
File size: 623 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/
?>
<?php
$locales = njt_fs_locales();
?>
<select name="fm_locale" id="fm_locale" class="njt-fs-settting-width-half">
<?php foreach($locales as $key => $locale) { ?>
<option value="<?php echo $locale;?>"
<?php echo (isset($this->options['njt_fs_file_manager_settings']['fm_locale']) && $this->options['njt_fs_file_manager_settings']['fm_locale'] == $locale) ? 'selected="selected"' : '';?>>
<?php echo $key;?></option>
<?php } ?>
</select>