BP: Tweaked plugin_calendar.tpl to use date format set in theme options for display of #today.

This commit is contained in:
Matthias Mees 2009-06-30 12:59:41 +00:00
parent 3281509798
commit 10f3cf17f7

View File

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