From 7f01270ba106937300cf491927839d3428360d0a Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 5 Oct 2010 10:53:40 +0000 Subject: moved installation to its own viewtype git-svn-id: http://code.elgg.org/elgg/trunk@7010 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/installation/install/pages/requirements.php | 39 +++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 views/installation/install/pages/requirements.php (limited to 'views/installation/install/pages/requirements.php') diff --git a/views/installation/install/pages/requirements.php b/views/installation/install/pages/requirements.php new file mode 100644 index 000000000..b6516840f --- /dev/null +++ b/views/installation/install/pages/requirements.php @@ -0,0 +1,39 @@ + $checks) { + $title = elgg_echo("install:require:$category"); + echo "

$title

"; + echo ""; +} + +$vars['refresh'] = TRUE; + +// cannot advance to next step with a failure +if ($vars['num_failures'] != 0) { + $vars['advance'] = FALSE; +} + +echo elgg_view('install/nav', $vars); -- cgit v1.2.3