summaryrefslogtreecommitdiff
path: root/app/layout/header.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-04-29 23:50:07 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-04-29 23:50:07 +0200
commit3dd7d245956bcf704c6be33b4fbf38a3f1b8ec2b (patch)
tree851903e936c6150fab507e43f34eb25e4662e500 /app/layout/header.phtml
parent9820345eec3958e9df1b1f8daaaa776de0d333e5 (diff)
Repassage formulaire recherche en method GET
Diffstat (limited to 'app/layout/header.phtml')
-rw-r--r--app/layout/header.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/header.phtml b/app/layout/header.phtml
index 4b62a9003..628019c97 100644
--- a/app/layout/header.phtml
+++ b/app/layout/header.phtml
@@ -26,7 +26,7 @@
'params' => $params
);
?>
- <form action="<?php echo Url::display ($url); ?>" method="post">
+ <form action="<?php echo Url::display ($url); ?>" method="get">
<div class="stick">
<?php $s = Request::param ('search', ''); ?>
<input type="text" name="search" id="search" value="<?php echo $s; ?>" placeholder="<?php echo Translate::t ('search'); ?>" />