Fixed search_form

anfimovir

Member
Templates: search_form and search_form_post
Line:
PHP:
<dt><label for="ctrl_nodes">{xen:phrase forum}:</label></dt>

The phrase "forum" is being used in many places..

Please, for a given page, add the phrase separately, ex:

PHP:
<dt><label for="ctrl_nodes">{xen:phrase search_forum}:</label></dt>

In the language file, add the same way as the old phrase forum - Forum
 
Top Bottom