diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-20 04:37:55 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-20 04:37:55 +0000 |
commit | 66ee2f9618d1ac17507dddeef1b68eb804aa634a (patch) | |
tree | 1dea996b25925001eedbe13a05aa65497bac3269 /installer/views/oops.html.php | |
parent | 401da12adbe7979074de9c35fd458ff36f393350 (diff) |
Move pages -> views for consistency, which simplifies the life of the File_Structure_Test
Diffstat (limited to 'installer/views/oops.html.php')
-rw-r--r-- | installer/views/oops.html.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/installer/views/oops.html.php b/installer/views/oops.html.php new file mode 100644 index 00000000..141a4538 --- /dev/null +++ b/installer/views/oops.html.php @@ -0,0 +1,9 @@ +<h1> Oops! </h1> +<p> + Something unexpected happened and we can't finish your install. + We'll try to provide some details about the specific problem below. +</p> +<p class="error"> + <?php print $error ?> +</p> + |