diff options
author | Friendika <info@friendika.com> | 2011-04-06 22:42:08 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-06 22:42:08 -0700 |
commit | c32ed16303fed6e421917156d66a0605038430db (patch) | |
tree | 11e15b60a78e1f0f432e256cae142211bf86eba5 /mod/directory.php | |
parent | cc45ac14b5ec2e37ef9d021642a4916877c8bacf (diff) | |
download | volse-hubzilla-c32ed16303fed6e421917156d66a0605038430db.tar.gz volse-hubzilla-c32ed16303fed6e421917156d66a0605038430db.tar.bz2 volse-hubzilla-c32ed16303fed6e421917156d66a0605038430db.zip |
more templates converted to string files
Diffstat (limited to 'mod/directory.php')
-rw-r--r-- | mod/directory.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/directory.php b/mod/directory.php index 72c30fb31..a02a4a4a5 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -35,7 +35,9 @@ function directory_content(&$a) { $o .= replace_macros($tpl, array( '$search' => $search, '$globaldir' => $globaldir, - '$finding' => (strlen($search) ? '<h4>' . t('Finding: ') . "'" . $search . "'" . '</h4>' : "") + '$finding' => (strlen($search) ? '<h4>' . t('Finding: ') . "'" . $search . "'" . '</h4>' : ""), + '$sitedir' => t('Site Directory'), + '$submit' => t('Find') )); if($search) |