diff options
author | mistic100 <mistic@piwigo.org> | 2011-05-09 15:04:15 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-05-09 15:04:15 +0000 |
commit | e38092f36cac68694ee891f6e90399240b88a58a (patch) | |
tree | b3326a6f76b01b7858f6dfaaa42f7f3a25ec182b /themes/default/template/search.tpl | |
parent | df6125d190b4a6a257094985235475cb9a292a3e (diff) |
restore HOME links, change parameter name for remove menu on certain page
git-svn-id: http://piwigo.org/svn/trunk@10824 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/search.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/default/template/search.tpl b/themes/default/template/search.tpl index 1a9a685d7..f56cb26a2 100644 --- a/themes/default/template/search.tpl +++ b/themes/default/template/search.tpl @@ -23,6 +23,9 @@ <li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}" class="pwg-state-default pwg-button"> <span class="pwg-icon pwg-icon-help"> </span><span class="pwg-button-text">{'Help'|@translate}</span> </a></li> + <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button"> + <span class="pwg-icon pwg-icon-home"> </span><span class="pwg-button-text">{'Home'|@translate}</span> + </a></li> </ul> <h2>{'Search'|@translate}</h2> </div> |