diff options
Diffstat (limited to 'mod/directory.php')
-rw-r--r-- | mod/directory.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/directory.php b/mod/directory.php index ff892d381..44d80cff1 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -388,6 +388,7 @@ function directory_content(&$a) { '$reverse' => t('Reverse Alphabetic'), '$date' => t('Newest to Oldest'), '$reversedate' => t('Oldest to Newest'), + '$suggest' => $suggest ? '&suggest=1' : '' )); |