From: yellowled Date: Mon, 1 Oct 2007 08:06:46 +0000 (+0000) Subject: BP: entries.tpl now uses date format set in the theme options for sticky entries... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d92840b60be5383565b433c2186e608d9dbeb29d;p=s9y.git BP: entries.tpl now uses date format set in the theme options for sticky entries, too. --- diff --git a/templates/bulletproof/entries.tpl b/templates/bulletproof/entries.tpl index 95fe196..ad53256 100644 --- a/templates/bulletproof/entries.tpl +++ b/templates/bulletproof/entries.tpl @@ -35,7 +35,7 @@ {else} {$CONST.AT} {/if} - {if $dategroup.is_sticky}{$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY} {/if}{$entry.timestamp|@formatTime:'%H:%M'} + {if $dategroup.is_sticky}{$entry.timestamp|@formatTime:$template_option.date_format} {/if}{$entry.timestamp|@formatTime:'%H:%M'} {/if} {if $template_option.footercomments == 'true'} @@ -100,7 +100,7 @@ {else} {$CONST.AT} {/if} - {if $dategroup.is_sticky}{$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY} {/if}{$entry.timestamp|@formatTime:'%H:%M'} + {if $dategroup.is_sticky}{$entry.timestamp|@formatTime:$template_option.date_format} {/if}{$entry.timestamp|@formatTime:'%H:%M'} {/if} {/if} @@ -146,7 +146,7 @@ {else} {$CONST.AT} {/if} - {if $dategroup.is_sticky}{$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY} {/if}{$entry.timestamp|@formatTime:'%H:%M'} + {if $dategroup.is_sticky}{$entry.timestamp|@formatTime:$template_option.date_format} {/if}{$entry.timestamp|@formatTime:'%H:%M'} {/if} {if $template_option.footercomments == 'true'}