This commit is contained in:
Alexander Agnarson 2021-03-05 17:08:06 +01:00
parent a893d4a227
commit df927c51c7
5 changed files with 34 additions and 17 deletions

View file

@ -100,7 +100,7 @@ add_action( 'after_setup_theme', 'airl_setup' );
/* ------------------------------------ */
add_action( 'wp', function() {
require_once 'functions/nav.php';
$nav = new \AlxMedia\Nav();
$nav = new \Airl\Nav();
$nav->enqueue(
[
'script' => 'js/nav.js',