|
@@ -63,7 +63,7 @@ |
|
|
block discarded – undo |
|
63
|
63
|
protected function sendHTML($message = null, $title = null) |
|
64
|
64
|
{ |
|
65
|
65
|
//header('HTTP/1.1 404 Not Found'); |
|
66
|
|
- return '<!DOCTYPE html><html><head><title>'. $this->title . '</title></head><body><div style="width:60%; margin: auto; background-color: #fcc;border: 1px solid #faa; padding: 0.5em 1em;"><h1 style="font-size: 120%">' . $title . '</h1><p>' . $message . '</p></div></body></html>'; |
|
|
66
|
+ return '<!DOCTYPE html><html><head><title>'.$this->title.'</title></head><body><div style="width:60%; margin: auto; background-color: #fcc;border: 1px solid #faa; padding: 0.5em 1em;"><h1 style="font-size: 120%">'.$title.'</h1><p>'.$message.'</p></div></body></html>'; |
|
67
|
67
|
} |
|
68
|
68
|
|
|
69
|
69
|
/** |
Please login to merge, or discard this patch.