add link to search forums in the directory
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user