mirror of
https://ghproxy.net/https://github.com/AlxMedia/airl.git
synced 2025-08-26 16:49:27 +08:00
1.0.2
This commit is contained in:
parent
a893d4a227
commit
df927c51c7
5 changed files with 34 additions and 17 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue