add link to search forums in the directory

This commit is contained in:
friendica
2014-11-23 18:54:33 -08:00
parent 5bb794cc28
commit 79e5c2456b
3 changed files with 12 additions and 2 deletions

View File

@@ -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;
}