changing the text in the search box. - Joomla! Forum - community, help and support
hi there,
i using ja_purity template,
at right top part of screen says "search ..." on
text field,
how change text ( "search ..." ) ?
thanks help.
regards.
i using ja_purity template,
at right top part of screen says "search ..." on
text field,
how change text ( "search ..." ) ?
thanks help.
regards.
the default joomla search text here:
//modules/mod_search/mod_search.php
and block of code:
or code:
and may place change it.

//modules/mod_search/mod_search.php
and block of code:
code: select all
$button_text = $params->get('button_text', jtext::_('search'));or code:
code: select all
$text = $params->get('text', jtext::_('search...'));and may place change it.
Comments
Post a Comment