Skip to content
Snippets Groups Projects
Commit 3e3b37b5 authored by deuce's avatar deuce
Browse files

Use themes CSS file rather than hardcoding.

parent be4dafb9
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<head> <head>
<title>%%title%%</title> <title>%%title%%</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <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> </head>
<body> <body>
<p class="title">@@JS:system.name@@</p> <p class="title">@@JS:system.name@@</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment