diff options
| author | 2013-04-29 23:50:07 +0200 | |
|---|---|---|
| committer | 2013-04-29 23:50:07 +0200 | |
| commit | 3dd7d245956bcf704c6be33b4fbf38a3f1b8ec2b (patch) | |
| tree | 851903e936c6150fab507e43f34eb25e4662e500 | |
| parent | 9820345eec3958e9df1b1f8daaaa776de0d333e5 (diff) | |
Repassage formulaire recherche en method GET
| -rw-r--r-- | app/layout/header.phtml | 2 |
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'); ?>" /> |
