aboutsummaryrefslogtreecommitdiffstats
path: root/include/dir_fns.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-23 18:54:33 -0800
committerfriendica <info@friendica.com>2014-11-23 18:54:33 -0800
commit79e5c2456bfc78296d77d1a4caedd5a32b7d9d12 (patch)
tree76df115b3158605e74d63933f3e67212bd91acbf /include/dir_fns.php
parent5bb794cc2852f3a53526b15dcd610a002ce86563 (diff)
downloadvolse-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/dir_fns.php')
-rw-r--r--include/dir_fns.php5
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;
}