missing submenu

This commit is contained in:
Vasil Kolev 2015-10-22 13:22:45 +03:00 committed by Openfest
parent 4615847bbb
commit 137cddd05f
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?php
/* Template Name: Schedule */
get_header();
wp_nav_menu( array( 'theme_location' => 'footer-schedule', 'container_class' => 'content subnav cf' ) );
$lang = pll_current_language('slug');

View File

@ -1,6 +1,8 @@
<?php
/* Template Name: Speakers */
get_header();
wp_nav_menu( array( 'theme_location' => 'footer-schedule', 'container_class' => 'content subnav cf' ) );
$content = require __DIR__ . DIRECTORY_SEPARATOR . 'schedule' . DIRECTORY_SEPARATOR . 'parse.php';
//var_dump($data);
?>