*** empty log message ***

svn path=/trunk/boinc/; revision=2440
This commit is contained in:
David Anderson 2003-10-11 06:11:36 +00:00
parent 6853fb5acc
commit 294a2a5067
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ define("URL_BASE", "");
define('IMAGE_PATH', 'images/user_profile/');
define('PROFILE_PATH', 'user_profile/');
define('LANGUAGE_FILE', 'languages.txt');
define('STYLESHEET', 'white.css');
function project_intro() {
echo"

View File

@ -121,7 +121,7 @@ function page_head($title, $user=null, $fd=null, $styleSheet=null) {
}
if ($styleSheet == NULL) {
$styleSheet = URL_BASE . 'black.css';
$styleSheet = URL_BASE . STYLESHEET;
}
write_fd($fd, "<html><head><title>$title</title>\n");