diff options
| author | 2014-12-11 00:00:15 +0100 | |
|---|---|---|
| committer | 2014-12-11 00:00:15 +0100 | |
| commit | d455837c6d6e3ad3d64d06f40c947c93fc4e2086 (patch) | |
| tree | 22749b7dbd363986320ce83abe7f40e80b370117 /app/layout/header.phtml | |
| parent | 8a40a726575947c074216ad9084275e0195f9c30 (diff) | |
Fix i18n for normal view
Diffstat (limited to 'app/layout/header.phtml')
| -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 429cfc1d2..ba13c2a45 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -25,7 +25,7 @@ if (Minz_Configuration::canLogIn()) { <form action="<?php echo _url('index', 'index'); ?>" method="get"> <div class="stick"> <?php $search = Minz_Request::param('search', ''); ?> - <input type="search" name="search" id="search" class="extend" value="<?php echo $search; ?>" placeholder="<?php echo _t('gen.search'); ?>" /> + <input type="search" name="search" id="search" class="extend" value="<?php echo $search; ?>" placeholder="<?php echo _t('gen.menu.search'); ?>" /> <?php $get = Minz_Request::param('get', ''); ?> <?php if ($get != '') { ?> |
