BP: entries.tpl now uses date format set in the theme options for sticky entries, too.
This commit is contained in:
parent
e9545daaf9
commit
9c49561c4c
@ -35,7 +35,7 @@
|
||||
{else}
|
||||
{$CONST.AT}
|
||||
{/if}
|
||||
<a href="{$entry.link}">{if $dategroup.is_sticky}{$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY} {/if}{$entry.timestamp|@formatTime:'%H:%M'}</a>
|
||||
<a href="{$entry.link}">{if $dategroup.is_sticky}{$entry.timestamp|@formatTime:$template_option.date_format} {/if}{$entry.timestamp|@formatTime:'%H:%M'}</a>
|
||||
{/if}
|
||||
|
||||
{if $template_option.footercomments == 'true'}
|
||||
@ -100,7 +100,7 @@
|
||||
{else}
|
||||
{$CONST.AT}
|
||||
{/if}
|
||||
<a href="{$entry.link}">{if $dategroup.is_sticky}{$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY} {/if}{$entry.timestamp|@formatTime:'%H:%M'}</a>
|
||||
<a href="{$entry.link}">{if $dategroup.is_sticky}{$entry.timestamp|@formatTime:$template_option.date_format} {/if}{$entry.timestamp|@formatTime:'%H:%M'}</a>
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
@ -146,7 +146,7 @@
|
||||
{else}
|
||||
{$CONST.AT}
|
||||
{/if}
|
||||
<a href="{$entry.link}">{if $dategroup.is_sticky}{$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY} {/if}{$entry.timestamp|@formatTime:'%H:%M'}</a>
|
||||
<a href="{$entry.link}">{if $dategroup.is_sticky}{$entry.timestamp|@formatTime:$template_option.date_format} {/if}{$entry.timestamp|@formatTime:'%H:%M'}</a>
|
||||
{/if}
|
||||
|
||||
{if $template_option.footercomments == 'true'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user