diff options
author | friendica <info@friendica.com> | 2013-11-03 15:20:40 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-03 15:20:40 -0800 |
commit | cea11c94984f0f824bc5f1da260bd8ee4ea109cd (patch) | |
tree | 88a4caacf03e5b65a9822255f56e92af1ce442ce /view | |
parent | 72287b24783edcaf44d1d93bb901729d1af0375a (diff) | |
download | volse-hubzilla-cea11c94984f0f824bc5f1da260bd8ee4ea109cd.tar.gz volse-hubzilla-cea11c94984f0f824bc5f1da260bd8ee4ea109cd.tar.bz2 volse-hubzilla-cea11c94984f0f824bc5f1da260bd8ee4ea109cd.zip |
make date order the default for the directory
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/dir_sort_links.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/dir_sort_links.tpl b/view/tpl/dir_sort_links.tpl index 58498e4d8..d78aec1f5 100644 --- a/view/tpl/dir_sort_links.tpl +++ b/view/tpl/dir_sort_links.tpl @@ -1,6 +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=normal">{{$normal}}</a><br /> <a href="directory?f=&order=reverse">{{$reverse}}</a><br /> <a href="directory?f=&order=date">{{$date}}</a><br /> </div> |