aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/dir_sort_links.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-13 19:49:40 -0700
committerfriendica <info@friendica.com>2013-10-13 19:49:40 -0700
commitbae7f4e07868563637594edb81933fc5f3ed49cf (patch)
tree103bfa0a1b1d7189e79508e1c83f9c6ce6169d03 /view/tpl/dir_sort_links.tpl
parent0e0e0d018b5cd14ed8d1578c15b3fc57ba4bfa12 (diff)
downloadvolse-hubzilla-bae7f4e07868563637594edb81933fc5f3ed49cf.tar.gz
volse-hubzilla-bae7f4e07868563637594edb81933fc5f3ed49cf.tar.bz2
volse-hubzilla-bae7f4e07868563637594edb81933fc5f3ed49cf.zip
directory sort links on sidebar
Diffstat (limited to 'view/tpl/dir_sort_links.tpl')
-rw-r--r--view/tpl/dir_sort_links.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/tpl/dir_sort_links.tpl b/view/tpl/dir_sort_links.tpl
new file mode 100644
index 000000000..58498e4d8
--- /dev/null
+++ b/view/tpl/dir_sort_links.tpl
@@ -0,0 +1,6 @@
+<div class="widget" id="dir_sort_links">
+<h3>{{$header}}</h3>
+<a href="directory?f=&order=">{{$normal}}</a><br />
+<a href="directory?f=&order=reverse">{{$reverse}}</a><br />
+<a href="directory?f=&order=date">{{$date}}</a><br />
+</div>