locale_string_search
modules/locale/locale.module, строка 385
- Версии
- 5
locale_string_search()
Page handler for the string search.
Код
<?php
function locale_string_search() {
include_once './includes/locale.inc';
$output = _locale_string_seek();
$output .= drupal_get_form('_locale_string_seek_form');
return $output;
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии