BP: Tweaked plugin_calendar.tpl to use date format set in theme options for display of #today.
This commit is contained in:
parent
3281509798
commit
10f3cf17f7
@ -37,7 +37,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tfoot class="serendipity_calendarHeader">
|
||||
<tr><td id="today" scope="col" colspan="7">{$smarty.now|@formatTime:"%a %B %e %Y"}</td></tr>
|
||||
<tr><td id="today" scope="col" colspan="7">{$smarty.now|@formatTime:$template_option.date_format}</td></tr>
|
||||
</tfoot>
|
||||
<tbody>
|
||||
{foreach from=$plugin_calendar_weeks item="week"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user