diff --git a/404.php b/404.php index 628e381..ab124bd 100644 --- a/404.php +++ b/404.php @@ -13,7 +13,7 @@ get_header(); ?>
-

+

diff --git a/content-page.php b/content-page.php index 935b3cb..0297910 100644 --- a/content-page.php +++ b/content-page.php @@ -15,6 +15,6 @@
'' ) ); ?> - ', '' ); ?>
+ ', '' ); ?>
diff --git a/functions.php b/functions.php index b6ab9e2..d6aaf14 100644 --- a/functions.php +++ b/functions.php @@ -138,7 +138,7 @@ add_action( 'widgets_init', '_s_widgets_init' ); function _s_scripts() { wp_enqueue_style( 'style', get_stylesheet_uri() ); - wp_enqueue_script( 'small-menu', get_template_directory_uri() . '/js/small-menu.js', array( 'jquery' ), '20120206', true ); + wp_enqueue_script( 'navigation', get_template_directory_uri() . '/js/navigation.js', null, '20120206', true ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); diff --git a/header.php b/header.php index 2ad4a5c..a1a98a4 100644 --- a/header.php +++ b/header.php @@ -31,8 +31,8 @@

-