diff options
Diffstat (limited to 'inc/template.php')
-rw-r--r-- | inc/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php index d97558ed1..b0cb56c5b 100644 --- a/inc/template.php +++ b/inc/template.php @@ -865,7 +865,7 @@ function tpl_pageinfo(){ } } $fn = utf8_decodeFN($fn); - $date = date($conf['dformat'],$INFO['lastmod']); + $date = strftime($conf['dformat'],$INFO['lastmod']); // print it if($INFO['exists']){ |