root/releases/0.401/search/ecl.php

Revision 45, 248 bytes (checked in by sven, 3 years ago)

dos2unix to clean line endings, set svn property eol-style native, some whitespace homogenisation

  • Property svn:eol-style set to native
Line 
1 <?php
2
3     //    ELGG search through everything page
4
5     // Run includes
6         require("../includes.php");
7         
8         run("search:init");
9         run("search:all:tagtypes");
10
11         header("Content-Type: text/xml");
12         echo run("search:all:display:ecl", $_REQUEST['tag']);
13         
14 ?>
Note: See TracBrowser for help on using the browser.