X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fheader.html;h=61d031376a8c30ee8a34afa4550574a340373cbf;hb=ea3ce8d7f076e7fecff4be7ae63bc413adb0adf5;hp=c83529e2b186bc2e9dcd6167dde1c1fc88c04142;hpb=f936f59edf460c72f4e4c4da4d701b99f4456890;p=freeside.git diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index c83529e2b..61d031376 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -28,10 +28,14 @@ Example: +% if ( $mobile ) { + +% } <% include('menu.html', 'freeside_baseurl' => $fsurl, 'position' => $menu_position, 'nocss' => $nocss, + 'mobile' => $mobile, ) |n %> @@ -67,6 +71,19 @@ Example: +% if ( $mobile ) { + + + + + + <% include('searchbar-combined.html') |n %> + + +% } else { +