diff --git a/application/views/system/messageHTML.php b/application/views/system/messageHTML.php index a98995e7f..bb6858889 100644 --- a/application/views/system/messageHTML.php +++ b/application/views/system/messageHTML.php @@ -1,9 +1,38 @@ -
- S: subject; ?> -
-
- B: body; ?> -
-
- Reply -
\ No newline at end of file +load->view("templates/header", array("title" => "Message viewer")); ?> + + + + + + + + + + + + + + + + + + +
+ Subject: + +   + + subject; ?> +
+ Message: + +   + + body; ?> +
+ Reply +
+ + + +load->view("templates/footer"); ?> \ No newline at end of file