changeset 574: |
2a23e2dd111d |
parent 573: |
031642d8124b |
child 575: |
b0403bab8800 |
author: |
uriel@localhost.localdomain |
date: |
Sun, 09 Aug 2009 21:02:42 +0200 |
files: |
tpl/sitemap.tpl |
description: |
Fix sitemap.tpl when $sitedir is an absolute path. Thanks again to arg for reporting, tracking, and fixing this bug! |
1.1--- a/tpl/sitemap.tpl Sun Aug 09 18:39:54 2009 +0200
1.2+++ b/tpl/sitemap.tpl Sun Aug 09 21:02:42 2009 +0200
1.3@@ -17,7 +17,7 @@
1.4 d=$1
1.5 dirfilter=$saveddf
1.6 if(test -f $d/_werc/config)
1.7- . ./$d/_werc/config
1.8+ . $d/_werc/config
1.9
1.10 if(~ $#perm_redir_to 0) {
1.11 echo '<ul class="sitemap-list">'