diff options
author | friendica <info@friendica.com> | 2014-11-23 18:54:33 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-23 18:54:33 -0800 |
commit | 79e5c2456bfc78296d77d1a4caedd5a32b7d9d12 (patch) | |
tree | 76df115b3158605e74d63933f3e67212bd91acbf /include | |
parent | 5bb794cc2852f3a53526b15dcd610a002ce86563 (diff) | |
download | volse-hubzilla-79e5c2456bfc78296d77d1a4caedd5a32b7d9d12.tar.gz volse-hubzilla-79e5c2456bfc78296d77d1a4caedd5a32b7d9d12.tar.bz2 volse-hubzilla-79e5c2456bfc78296d77d1a4caedd5a32b7d9d12.zip |
add link to search forums in the directory
Diffstat (limited to 'include')
-rw-r--r-- | include/dir_fns.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/dir_fns.php b/include/dir_fns.php index 0ba4f8712..909005bbb 100644 --- a/include/dir_fns.php +++ b/include/dir_fns.php @@ -53,10 +53,11 @@ function check_upstream_directory() { function dir_sort_links() { $o = replace_macros(get_markup_template('dir_sort_links.tpl'), array( - '$header' => t('Sort Options'), + '$header' => t('Directory Options'), '$normal' => t('Alphabetic'), '$reverse' => t('Reverse Alphabetic'), - '$date' => t('Newest to Oldest') + '$date' => t('Newest to Oldest'), + '$pubforums' => t('Public Forums Only'), )); return $o; } |