fugly hack for the menu
This commit is contained in:
parent
ba93c43eb4
commit
d7969d22fa
8
page.php
8
page.php
|
@ -2,12 +2,16 @@
|
|||
get_header();
|
||||
|
||||
if ( $pagename == 'about' ||
|
||||
$pagename == 'about-3' ||
|
||||
$pagename == 'ideas-and-recommendations' ||
|
||||
$pagename == 'feedback' ||
|
||||
$pagename == 'team' ||
|
||||
$pagename == 'history' ) {
|
||||
$pagename == 'team-2' ||
|
||||
$pagename == 'history' ||
|
||||
$pagename == 'history-2') {
|
||||
wp_nav_menu( array( 'theme_location' => 'subnav-menu', 'container_class' => 'content subnav cf' ) );
|
||||
echo '<div class="separator"></div>';
|
||||
}
|
||||
}
|
||||
|
||||
if (openfest_home_page()) {
|
||||
$coldiv1='';
|
||||
|
|
Loading…
Reference in New Issue