MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/public_html/india/wp-content/plugins/wptouch/admin/settings/html/list.php
<select name="<?php wptouch_admin_the_encoded_setting_name(); ?>" id="<?php wptouch_admin_the_setting_name(); ?>" class="list">
	<?php while ( wptouch_admin_has_list_options() ) { ?>
		<?php wptouch_admin_the_list_option(); ?>
		<option value="<?php wptouch_admin_the_list_option_key(); ?>"<?php if ( wptouch_admin_is_list_option_selected() ) echo " selected"; ?>><?php wptouch_admin_the_list_option_desc(); ?></option>
	<?php } ?>
</select>

<label class="list" for="<?php wptouch_admin_the_setting_name(); ?>">
	<?php wptouch_admin_the_setting_desc(); ?>
</label>
<?php if ( wptouch_admin_setting_has_tooltip() ) { ?>
	<i class="wptouch-tooltip icon-info-sign" title="<?php wptouch_admin_the_setting_tooltip(); ?>"></i>
<?php } ?>

<?php if ( wptouch_admin_get_setting_level() == WPTOUCH_SETTING_ADVANCED ) { ?>
	<span class="advanced"><?php _e( 'Advanced', 'wptouch-pro' ); ?></span>
<?php } ?>

<?php if ( wptouch_admin_is_setting_new() ) { ?>
	<span class="new"><?php _e( 'New', 'wptouch-pro' ); ?></span>
<?php } ?>

<?php if ( wptouch_admin_is_setting_pro() ) { ?>
	<span class="pro"><?php _e( 'Pro', 'wptouch-pro' ); ?></span>
<?php } ?>