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 /view/tpl | |
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 'view/tpl')
-rw-r--r-- | view/tpl/dir_sort_links.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/dir_sort_links.tpl b/view/tpl/dir_sort_links.tpl index f6d8c3454..2fcf0c13a 100644 --- a/view/tpl/dir_sort_links.tpl +++ b/view/tpl/dir_sort_links.tpl @@ -4,5 +4,6 @@ <li><a href="directory?f=&order=normal">{{$normal}}</a></li> <li><a href="directory?f=&order=reverse">{{$reverse}}</a></li> <li><a href="directory?f=&order=date">{{$date}}</a></li> + <li><a href="directory?f=&pubforums=1">{{$pubforums}}</a></li> </ul> </div> |