|
From: Benjamin C. <bc...@us...> - 2002-04-03 18:59:42
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv13740/templates/default
Modified Files:
header.html
Log Message:
Switching the location of the css file. Color scheme now selectable on the configuration page
Index: header.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/header.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- header.html 3 Apr 2002 00:57:51 -0000 1.1
+++ header.html 3 Apr 2002 18:18:03 -0000 1.2
@@ -2,7 +2,7 @@
<head>
<META HTTP-EQUIV="Expires" CONTENT="-1">
<title>phpBugTracker - {$page_title}</title>
- <link rel="StyleSheet" href="css.php" type="text/css">
+ <link rel="StyleSheet" href="styles/{$STYLE}.css" type="text/css">
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<table width="100%" cellspacing="0" cellpadding="0" height="100%">
|