'; wp_nonce_field('wp-cache'); if( $cache_ktaistyle == 0 ) { $ks_status = __( 'disabled', 'wp-super-cache' ); } else { $ks_status = __( 'enabled', 'wp-super-cache' ); wp_super_cache_disable(); } echo '' . sprintf( __( 'Ktai Style support is %s', 'wp-super-cache' ), $ks_status ); echo '.'; printf( __( '(Changing supporting mobile devices. Requires Ktai Style.) ', 'wp-super-cache' ) ); if( $cache_ktaistyle == 0 ) { echo ''; } else { echo ''; } echo "\n"; if( $err ) echo "

" . __( 'Warning!', 'wp-super-cache' ) . " $err

"; } add_cacheaction( 'cache_admin_page', 'wp_supercache_ktaistyle_admin' ); endif; ?>