Added the topics_search phrase.
This commit is contained in:
parent
8acc5e7991
commit
7f6c1bada2
|
@ -121,6 +121,7 @@
|
||||||
"overview":"Overview",
|
"overview":"Overview",
|
||||||
"page":"Page",
|
"page":"Page",
|
||||||
"topics":"All Topics",
|
"topics":"All Topics",
|
||||||
|
"topics_search":"Search Results",
|
||||||
"forums":"Forum List",
|
"forums":"Forum List",
|
||||||
"create_topic":"Create Topic",
|
"create_topic":"Create Topic",
|
||||||
"login":"Login",
|
"login":"Login",
|
||||||
|
|
|
@ -162,6 +162,7 @@ func TopicListCommon(w http.ResponseWriter, r *http.Request, user common.User, h
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header.Title = phrases.GetTitlePhrase("topics_search")
|
||||||
pi := common.TopicListPage{header, topicList, forumList, common.Config.DefaultForum, common.TopicListSort{torder, false}, paginator}
|
pi := common.TopicListPage{header, topicList, forumList, common.Config.DefaultForum, common.TopicListSort{torder, false}, paginator}
|
||||||
return renderTemplate("topics", w, r, header, pi)
|
return renderTemplate("topics", w, r, header, pi)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue