Skip to content

Commit

Permalink
fixes functions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrauch committed Sep 30, 2013
1 parent 57a2116 commit 12f88e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,12 @@ function of_stylesheet() {
<?php
}

require( get_template_directory() . '/inc/plugins/nav-menu-images/nav-menu-images.php' );

if (get_option('licence_symbol')) {


add_action( 'wp_head', 'of_stylesheet' );

require( get_template_directory() . '/inc/plugins/nav-menu-images/nav-menu-images.php' );

// Re-define the options-framework URL
define( 'OPTIONS_FRAMEWORK_URL', get_template_directory_uri() . '/inc/options-framework/' );
Expand Down

0 comments on commit 12f88e3

Please sign in to comment.