mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2440
This commit is contained in:
parent
6853fb5acc
commit
294a2a5067
|
@ -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"
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue