mirror of
https://ghproxy.net/https://github.com/AlxMedia/splits.git
synced 2025-08-26 06:20:51 +08:00
1.4.1
This commit is contained in:
parent
503f8822f3
commit
3adf01523b
11 changed files with 995 additions and 299 deletions
|
@ -95,6 +95,19 @@ if ( ! function_exists( 'split_setup' ) ) {
|
|||
add_action( 'after_setup_theme', 'split_setup' );
|
||||
|
||||
|
||||
/* Custom navigation
|
||||
/* ------------------------------------ */
|
||||
require_once 'functions/nav.php';
|
||||
$nav = new \AlxMedia\Nav();
|
||||
$nav->enqueue(
|
||||
[
|
||||
'script' => 'js/nav.js',
|
||||
'inline' => false,
|
||||
]
|
||||
);
|
||||
$nav->init();
|
||||
|
||||
|
||||
/* Custom logo
|
||||
/* ------------------------------------ */
|
||||
if ( ! function_exists( 'split_custom_logo' ) ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue