summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-03-20 19:24:52 +0100
committerandi <andi@splitbrain.org>2005-03-20 19:24:52 +0100
commitbee6dc82f3f5b693e4496a4ffe6bf3a5da6c6d32 (patch)
tree6b9c1566fe0d3c404b93f8be6774e9f51f10740d
parent53d6ccfe6aabe82c94115350d2f791f2e09d60d6 (diff)
downloadrpg-bee6dc82f3f5b693e4496a4ffe6bf3a5da6c6d32.tar.gz
rpg-bee6dc82f3f5b693e4496a4ffe6bf3a5da6c6d32.tar.bz2
decode filename in footer
darcs-hash:20050320182452-9977f-dee996db77118584dedb85b43edcda56f4ed6cfe.gz
-rw-r--r--inc/template.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/template.php b/inc/template.php
index 38af79df7..8f8c6f9dc 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -351,6 +351,7 @@ function tpl_pageinfo(){
$fn = str_replace(realpath($conf['datadir']).DIRECTORY_SEPARATOR,'',$fn);
}
}
+ $fn = utf8_decodeFN($fn);
$date = date($conf['dformat'],$INFO['lastmod']);
// print it