Created a new folder in _templates to house site icons. Put the new RSS standard...
[elgg.git] / search / ecl.php
blob88ccf125e247783c2377d9a7e364f2b06ff075f6
1 <?php
3 // ELGG search through everything page
5 // Run includes
6 require_once(dirname(dirname(__FILE__))."/includes.php");
8 run("search:init");
9 run("search:all:tagtypes");
11 header("Content-Type: text/xml; charset=utf-8");
12 $tag = optional_param('tag');
13 echo run("search:all:display:ecl", $tag);