Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
// form link to https instead http
Browse files Browse the repository at this point in the history
  • Loading branch information
rGaillard committed Oct 8, 2014
1 parent f44a497 commit 8df3bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocksearch-top.tpl
Expand Up @@ -25,7 +25,7 @@
<!-- block seach mobile -->
{if isset($hook_mobile)}
<div class="input_search" data-role="fieldcontain">
<form method="get" action="{$link->getPageLink('search')|escape:'html'}" id="searchbox">
<form method="get" action="{$link->getPageLink('search', true)|escape:'html'}" id="searchbox">
<input type="hidden" name="controller" value="search" />
<input type="hidden" name="orderby" value="position" />
<input type="hidden" name="orderway" value="desc" />
Expand All @@ -35,7 +35,7 @@
{else}
<!-- Block search module TOP -->
<div id="search_block_top">
<form method="get" action="{$link->getPageLink('search')|escape:'html'}" id="searchbox">
<form method="get" action="{$link->getPageLink('search', true)|escape:'html'}" id="searchbox">
<p>
<label for="search_query_top"><!-- image on background --></label>
<input type="hidden" name="controller" value="search" />
Expand Down

0 comments on commit 8df3bf5

Please sign in to comment.