summaryrefslogtreecommitdiff
path: root/themes/xtemplate/xtemplate.theme
diff options
context:
space:
mode:
Diffstat (limited to 'themes/xtemplate/xtemplate.theme')
-rw-r--r--themes/xtemplate/xtemplate.theme3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/xtemplate/xtemplate.theme b/themes/xtemplate/xtemplate.theme
index eed67da0e..7e87cf73c 100644
--- a/themes/xtemplate/xtemplate.theme
+++ b/themes/xtemplate/xtemplate.theme
@@ -121,7 +121,8 @@ function xtemplate_header() {
$xtemplate->template->assign(array(
//"search" => search_form(),
"search_url" => url("search"),
- "search_button_text" => t("Search")
+ "search_button_text" => t("Search"),
+ "search_description" => t("Enter the terms you wish to search for.")
));
$xtemplate->template->parse("header.search_box");
}