mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1968
This commit is contained in:
parent
118a2a5c50
commit
ee52091bd5
|
@ -113,7 +113,7 @@ function write_fd($fd, $str) {
|
|||
}
|
||||
|
||||
function page_head($title, $user=null, $fd=null) {
|
||||
write_fd($fd, "<head><title>$title</title></head><body bgcolor=ffffff>\n");
|
||||
write_fd($fd, "<html>\n<head><title>$title</title></head>\n<body bgcolor=ffffff>\n");
|
||||
project_banner($user, $fd);
|
||||
}
|
||||
|
||||
|
@ -122,7 +122,7 @@ function page_tail($fd=null) {
|
|||
|
||||
// put your copyright notice etc. here
|
||||
|
||||
write_fd($fd, "<br><br>Copyright (c) 2003 ".PROJECT."</center>\n</body>");
|
||||
write_fd($fd, "<br><br>Copyright (c) 2003 ".PROJECT."</center>\n</body>\n</html>");
|
||||
}
|
||||
|
||||
function db_error_page() {
|
||||
|
|
Loading…
Reference in New Issue