Skip to content

Commit

Permalink
All menus use dropdown from front
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Winkelbauer committed May 6, 2016
1 parent 1141b60 commit defdf35
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions menu-mobile.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?php
if (( is_search() || is_archive() || is_front_page() )){
uw_mobile_front_page_menu();
} else {
uw_mobile_menu();
}
// if (( is_search() || is_archive() || is_front_page() )){
// uw_mobile_front_page_menu();
// } else {
// uw_mobile_menu();
// }
//
uw_mobile_front_page_menu();
?>

0 comments on commit defdf35

Please sign in to comment.