From 3e3b37b566c97f47bf61ce016dce537194911b47 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Mon, 10 Jan 2005 00:11:46 +0000
Subject: [PATCH] Use themes CSS file rather than hardcoding.

---
 web/templates/default/header.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/templates/default/header.inc b/web/templates/default/header.inc
index 14067d84cb..cd4ca40613 100644
--- a/web/templates/default/header.inc
+++ b/web/templates/default/header.inc
@@ -4,7 +4,7 @@
     <head>
         <title>%%title%%</title>
             <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-            <link rel="stylesheet" href="/synchronet.css" type="text/css" />
+            <link rel="stylesheet" href="@@Theme_CSS_File@@" type="text/css" />
     </head>
 <body>
 <p class="title">@@JS:system.name@@</p>
-- 
GitLab