This commit is contained in:
Mike Macgirvin 2010-07-10 03:26:21 -07:00
commit 970a2d4f1e
4 changed files with 16 additions and 9 deletions

View file

@ -4,7 +4,7 @@ function directory_init(&$a) {
}
function directory_content(&$a) {
dbg(2);
$search = ((x($_GET,'search')) ? notags(trim($_GET['search'])) : '');
$tpl .= file_get_contents('view/directory_header.tpl');