From bec18701801cc140d760c261dd115fda1507a0dd Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Thu, 12 Mar 2015 21:57:19 +0100 Subject: Define date format in templates instead of index.php. --- tpl/daily.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/daily.html') diff --git a/tpl/daily.html b/tpl/daily.html index c53e6f71..919795bb 100644 --- a/tpl/daily.html +++ b/tpl/daily.html @@ -30,7 +30,7 @@ {if="!$GLOBALS['config']['HIDE_TIMESTAMPS'] || isLoggedIn()"}
- {$link.localdate} + {function="strftime('%c', $link.timestamp)"}
{/if} {if="$link.tags"} -- cgit v1.2.3