projects
/
WP-Themes
/
Wequetonsing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b75d30
)
Update form tag on off canvas
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 21 May 2015 20:46:32 +0000
(16:46 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 21 May 2015 20:46:32 +0000
(16:46 -0400)
to make the form work
parts/off-canvas-menu.php
patch
|
blob
|
history
diff --git
a/parts/off-canvas-menu.php
b/parts/off-canvas-menu.php
index
bfb85f7
..
849d47e
100644
(file)
--- a/
parts/off-canvas-menu.php
+++ b/
parts/off-canvas-menu.php
@@
-1,6
+1,6
@@
<aside class="left-off-canvas-menu hide-for-large-up">
<?php glm_offcanvas_menu(); ?>
- <form>
+ <form
action="<?php bloginfo('url'); ?>" method="get"
>
<input name="s" type="search" placeholder="Search the site">
<a class="magnifying-glass" href="#"></a>
</form>