pluginspath."waramu/actions/search.php");
return forward($CONFIG->url.'pg/waramu/results');
}
if (get_input('submit'))
return forward($CONFIG->url.'pg/waramu/search');
$title = "embed";
if (get_input('show')) {
?>
echo elgg_echo("koolielu:embeddable_sb_title") ?>
';
/*translation:When done copy the code below to your homepage*/
echo elgg_echo("koolielu:embed_when_done");
?>
url.'pg/waramu/embed?show=1" style="width:480px;height:400px" border="1">';
$body = elgg_view_layout('two_column_left_sidebar', "", $c);
page_draw($title, $body);
}
?>