|
From: Benjamin C. <bc...@us...> - 2001-10-11 14:24:08
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv514/templates/default
Modified Files:
wrap.html
Log Message:
Moved admin templates to a subdir of the templates dir. Changed wraps to use css.php instead of global.css
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/wrap.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wrap.html 2001/08/28 04:13:59 1.7
+++ wrap.html 2001/10/11 14:24:03 1.8
@@ -2,7 +2,7 @@
<head>
<META HTTP-EQUIV="Expires" CONTENT="-1">
<title>phpBugTracker - {TITLE}</title>
- <link rel="StyleSheet" href="global.css" type="text/css">
+ <link rel="StyleSheet" href="css.php" type="text/css">
</head>
<body bgcolor="#ffffff" link="#006699" vlink="#006699" alink="#006699">
<table border="0" cellpadding="0" cellspacing="0">
|