diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-12-07 12:28:34 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-12-07 12:28:34 +0100 |
commit | fc815ad4e759518c3aaa41d4058e4e71fec9f148 (patch) | |
tree | 7d6f21ed678736968bb62334939de5561d5092a5 /blogthon.cgi | |
parent | 6ff2c622be217ba12893dddde1a3a185c9f1dab4 (diff) |
Doing some cleanup in styles/
* ATTENTION: you have to delete .css from your stylename in config
* Deleted some non-used images
* Everything is now in a subfolder
Diffstat (limited to 'blogthon.cgi')
-rwxr-xr-x | blogthon.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blogthon.cgi b/blogthon.cgi index 8e1eca8..2b70c6e 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -307,7 +307,7 @@ else: print ' <meta http-equiv="content-type" content="text/html; charset=utf-8" />' print ' <meta name="keywords" content="' + keywords + '" />' print ' <meta name="description" content="' + blog_title + '" />' - print ' <link rel="stylesheet" type="text/css" href="styles/' + style + '" />' + print ' <link rel="stylesheet" type="text/css" href="styles/' + style + '/' + style + '.css" />' print ' </head>' print ' <body>' print '' |