From 7b003f8aaafc2d95dcf7c9dfc5cbc6288b37915c Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Thu, 12 Jul 2007 19:10:34 +0000 Subject: - Update to the mootools framework. - New more XHTML compliant tips. - Optional AJAX enabled infoboxes for epg information. - Major speed enhancement for the single pages, due to less data to transfer to the browser. - See doc/ChangeLog for more detailed changes description. - See doc/dev-conventions.txt for how we benefit from mootools package on the ECMAScript side of live. --- tntconfig.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tntconfig.cpp') diff --git a/tntconfig.cpp b/tntconfig.cpp index 1a70aea..7f412ba 100644 --- a/tntconfig.cpp +++ b/tntconfig.cpp @@ -52,6 +52,7 @@ void TntConfig::WriteConfig() file << "MapUrl ^/js([^.]*/)(.*\\.js) content@ js$1$2 text/javascript" << endl; file << "MapUrl ^/css.*/(.+) content@ css/$1 text/css" << endl; + file << "MapUrl ^/img.*/(.+\\.png) content@ css/$1 image/png" << endl; file << "MapUrl /([^/]+/.+) content@ $1" << endl; file << "MapUrl /([^.]+)(\\..+)? $1@" << endl; file << "PropertyFile " << m_propertiesPath << endl; -- cgit v1.2.3