PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
filester
/
views
/
pages
<?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 esc_html($key);?></option> <?php } ?> </select>
[-] index.php
[edit]
[-] html-filemanager-user-role-restrictions.php
[edit]
[-] html-filemanager.php
[edit]
[-] html-filemanager-settings.php
[edit]
[-] html-filemanager-language.php
[edit]
[-] html-filemanager-list-operations.php
[edit]
[+]
..