mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-26 10:54:03 +08:00
Remove responsive layout on/off option, regenerate .pot file
This commit is contained in:
parent
7743549010
commit
45280042ad
3 changed files with 140 additions and 157 deletions
|
@ -198,7 +198,7 @@ if ( ! function_exists( 'curver_styles' ) ) {
|
|||
|
||||
function curver_styles() {
|
||||
wp_enqueue_style( 'curver-style', get_stylesheet_uri() );
|
||||
if ( get_theme_mod('responsive','on') =='on' ) { wp_enqueue_style( 'curver-responsive', get_template_directory_uri().'/responsive.css' ); }
|
||||
wp_enqueue_style( 'curver-responsive', get_template_directory_uri().'/responsive.css' );
|
||||
wp_enqueue_style( 'curver-font-awesome', get_template_directory_uri().'/fonts/all.min.css' );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue