From 278a8cef6c462b1cf1a2ec52de319c21976d7b74 Mon Sep 17 00:00:00 2001 From: yellowled Date: Mon, 1 Oct 2007 08:07:01 +0000 Subject: [PATCH] BP: entries.tpl now uses date format set in the theme options for sticky entries, too. --- templates/bulletproof/entries.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'} -- 2.39.5