make date order the default for the directory

This commit is contained in:
friendica
2013-11-03 15:20:40 -08:00
parent 72287b2478
commit cea11c9498
2 changed files with 2 additions and 2 deletions

View File

@@ -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>