url.'mod/waramu/waramu.js">'; $c .= '
'; $c .= '
'; $titlehelp = '
'; /*translation:Help*/ $titlehelp .= '
'.elgg_echo('koolielu:Help').'
'; $titlehelp .= '
';/*translation:Advanced search*/ $titlehelp .= '
'.elgg_echo('koolielu:advaned_search').'
'; /*translation:Koolielu search helptext.*/ $titlehelp .= elgg_echo('koolielu:search_main_helptext').'
'; $titlehelp .= '
'; $c .= "

".$title. '?' . "

"; $c .= $titlehelp; $content = elgg_view('object/advsearch2', array('b' => $b)); if ($b->canQuery()) { $c = '
'.$content.'
'; /*tr anslation:Show search options*/ //$c .= '
'.elgg_echo('koolielu:show_search_options').'
'; $c .= '
'; /*translation:Filter results*/ $c .= elgg_echo('koolielu:filter_results').'
'; //$c .= '
'; } else { $c .= $content; } echo $c; ?>