1
0
Fork 0

[frio] On this date option in the archives

This commit is contained in:
Hypolite Petovan 2023-06-06 08:41:16 -04:00
commit 3e3f48e5ec
3 changed files with 28 additions and 11 deletions

View file

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