Theme: use format_date function for daily date
This commit is contained in:
parent
b64d83cd2b
commit
81bd104daa
6 changed files with 66 additions and 9 deletions
tpl/default
|
@ -44,7 +44,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h3 class="window-subtitle">{function="strftime('%A %d, %B %Y', $day)"}</h3>
|
||||
<h3 class="window-subtitle">{function="format_date($dayDate, false)"}</h3>
|
||||
|
||||
<div id="plugin_zone_about_daily" class="plugin_zone">
|
||||
{loop="$daily_about_plugin"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue