changed the style to a minified version, use the main one as template
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
// function file for mfwpt
|
||||
// function file for mfwpt
|
||||
|
||||
// enqueue the stye
|
||||
|
||||
function mytheme_enqueue_style() {
|
||||
wp_enqueue_style( 'style', get_stylesheet_uri() );
|
||||
wp_enqueue_style( 'style.min', get_stylesheet_uri() );
|
||||
}
|
||||
add_action( 'wp_enqueue_scripts', 'mytheme_enqueue_style' );
|
||||
|
||||
|
||||
//set up the menus
|
||||
//set up the menus
|
||||
|
||||
function register_my_menus() {
|
||||
register_nav_menus(
|
||||
@ -23,5 +23,4 @@ function register_my_menus() {
|
||||
add_action( 'init', 'register_my_menus' );
|
||||
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user