From 3b775891ca1246df051d1f050c6e91e78422d54c Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Mon, 4 Jun 2007 00:41:50 +0000 Subject: - Fixed themed image tag bug in pageelems.event_timer - Fixed path for common static data. --- tntconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tntconfig.cpp') diff --git a/tntconfig.cpp b/tntconfig.cpp index e417de4..08a037d 100644 --- a/tntconfig.cpp +++ b/tntconfig.cpp @@ -43,7 +43,7 @@ void TntConfig::WriteConfig() // 2. /dist/img/. // 3. . (builtin images) file << "MapUrl ^/themes/([^/]*)/img.*/(.+)\\.(.+) content@ themes/$1/img/$2.$3 image/$3" << endl; - file << "MapUrl ^/themes/([^/]*)/img.*/(.+)\\.(.+) content@ dist/img/$2.$3 image/$3" << endl; + file << "MapUrl ^/themes/([^/]*)/img.*/(.+)\\.(.+) content@ common/img/$2.$3 image/$3" << endl; file << "MapUrl ^/themes/([^/]*)/img.*/(.+)\\.(.+) $2@" << endl; file << "MapUrl ^/css.*/(.+) content@ css/$1 text/css" << endl; -- cgit v1.2.3