[frio] On this date option in the archives
This commit is contained in:
parent
8ec3f17138
commit
3e3f48e5ec
3 changed files with 28 additions and 11 deletions
|
@ -31,10 +31,16 @@ function showHideDates() {
|
|||
</li>
|
||||
<li id="posted-date-selector-{{$y}}" class="tool posted-date-selector-months" style="display: none;">
|
||||
<ul class="datebrowse-ul">
|
||||
{{if $y|cat:$thisday >= $cutoffday}}
|
||||
<li class="tool">
|
||||
<a class="datebrowse-link" href="{{$url}}/{{$y|cat:$thisday}}/{{$y|cat:$thisday}}">{{$onthisdate}}</a>
|
||||
</li>
|
||||
{{/if}}
|
||||
{{foreach $arr as $d}}
|
||||
<li class="tool">
|
||||
<a class="datebrowse-link" href="{{$url}}/{{$d.1}}/{{$d.2}}">{{$d.0}}</a>
|
||||
</li>
|
||||
|
||||
{{/foreach}}
|
||||
</ul>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue