mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-30 18:24:29 +01:00
post search: i18n one more string
This commit is contained in:
parent
17952d173c
commit
6c05d73f28
@ -162,6 +162,6 @@
|
|||||||
|
|
||||||
echo Element('page.html', Array(
|
echo Element('page.html', Array(
|
||||||
'config'=>$config,
|
'config'=>$config,
|
||||||
'title'=>'Search',
|
'title'=>_('Search'),
|
||||||
'body'=>'' . $body
|
'body'=>'' . $body
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user