wpml_version ) {
$error_msg = __( 'WPML is not installed or not updated!', $this->plugin_name );
} else {
if ( $this->c_lang != 2 ) {
$error_msg = sprintf ( __( 'There are %d active languages.' , $this->plugin_name) , $this->c_lang );
}
}
//var_dump ( $this->c_lang );
//
?>
%s", $this->plugin_name ), $this->wpml_version ); ?>
plugin_name ) ?>
plugin_name ) ?>
plugin_name );
//My Options
$show = $options['show'];
$custom_text_0 = $options['custom_text_' . $this->languages[0]['language_code'] ];
$custom_text_1 = $options['custom_text_' . $this->languages[1]['language_code'] ];
$position = $options['position'];
foreach($this->menu_location as $location){
$field_name = 'location_' . $location;//str_replace( "-", '', $location );
$myLoc[ $field_name ] = $options[ $field_name ];
}
?>