From ec89d0aea0b088e70094d6abc69523395ffe20c3 Mon Sep 17 00:00:00 2001 From: ap7 Date: Tue, 21 May 2019 21:36:07 +0800 Subject: [PATCH] Added: [UI Frontend] Header Navigation: Search --- header.php | 22 +++++++++++++++++----- searchform.php | 12 ++++++++++++ 2 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 searchform.php diff --git a/header.php b/header.php index a9dfb97..cf54bc7 100644 --- a/header.php +++ b/header.php @@ -38,17 +38,29 @@ } ?> - - + 'primary-menu', - 'container_class' => 'uk-navbar-right', + 'container_class' => '', 'menu_class' => 'uk-navbar-nav', 'items_wrap' => '', 'walker' => new UIKit3_Walker_Nav_Menu(), - ) ); + )); ?> + + +
+ +
+ +
+ +
+
+ +
+ diff --git a/searchform.php b/searchform.php new file mode 100644 index 0000000..316184a --- /dev/null +++ b/searchform.php @@ -0,0 +1,12 @@ + + \ No newline at end of file