From e0045a43e22082e0a47fd57288105a21311e911a Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 19 Aug 2010 04:59:31 -0700 Subject: mongo checkin, global directory, redir rework, location basics --- mod/directory.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/directory.php') diff --git a/mod/directory.php b/mod/directory.php index 8b7f34c41..9cce16760 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -9,6 +9,8 @@ function directory_content(&$a) { $tpl .= file_get_contents('view/directory_header.tpl'); + + $o .= replace_macros($tpl, array( '$search' => $search, '$finding' => (strlen($search) ? '

' . t('Finding: ') . "'" . $search . "'" . '

' : "") -- cgit v1.2.3