1 Oct 2007 10:06
r1968 - trunk/templates/bulletproof
yellowled at BerliOS <yellowled <at> mail.berlios.de>
2007-10-01 08:06:46 GMT
2007-10-01 08:06:46 GMT
Author: yellowled
Date: 2007-10-01 10:06:46 +0200 (Mon, 01 Oct 2007)
New Revision: 1968
Modified:
trunk/templates/bulletproof/entries.tpl
Log:
BP: entries.tpl now uses date format set in the theme options for sticky entries, too.
Modified: trunk/templates/bulletproof/entries.tpl
===================================================================
--- trunk/templates/bulletproof/entries.tpl 2007-09-28 07:46:34 UTC (rev 1967)
+++ trunk/templates/bulletproof/entries.tpl 2007-10-01 08:06:46 UTC (rev 1968)
<at> <at> -35,7 +35,7 <at> <at>
{else}
{$CONST.AT}
{/if}
- <a href="{$entry.link}">{if
$dategroup.is_sticky}{$entry.timestamp| <at> formatTime:DATE_FORMAT_ENTRY} {/if}{$entry.timestamp| <at> formatTime:'%H:%M'}</a>
+ <a href="{$entry.link}">{if
$dategroup.is_sticky}{$entry.timestamp| <at> formatTime:$template_option.date_format} {/if}{$entry.timestamp| <at> formatTime:'%H:%M'}</a>
{/if}
{if $template_option.footercomments == 'true'}
<at> <at> -100,7 +100,7 <at> <at>
{else}
{$CONST.AT}
{/if}
- <a href="{$entry.link}">{if
$dategroup.is_sticky}{$entry.timestamp| <at> formatTime:DATE_FORMAT_ENTRY} {/if}{$entry.timestamp| <at> formatTime:'%H:%M'}</a>
(Continue reading)
RSS Feed