Move pages -> views for consistency, which simplifies the life of the File_Structure_Test

This commit is contained in:
Bharat Mediratta
2009-01-20 04:37:55 +00:00
parent 401da12adb
commit 66ee2f9618
9 changed files with 10 additions and 10 deletions

View File

@@ -0,0 +1,19 @@
<h1> Whoa there! </h1>
<p class="error">
There are some problems with your web hosting environment
that need to be fixed before you can successfully install
Gallery 3.
</p>
<ul>
<?php foreach ($errors as $error): ?>
<li>
<?php print $error ?>
</li>
<?php endforeach ?>
</ul>
<p>
<a href="index.php">Check again</a>
</p>