]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
forgot this from previous commit
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 5 Oct 2010 11:07:02 +0000 (11:07 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 5 Oct 2010 11:07:02 +0000 (11:07 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7011 36083f99-b078-4883-b0ff-0f9b5a30f544

views/installation/canvas/default.php [new file with mode: 0644]

diff --git a/views/installation/canvas/default.php b/views/installation/canvas/default.php
new file mode 100644 (file)
index 0000000..0cfa8b4
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+/**
+ * Elgg default layout
+ *
+ * @package Elgg
+ * @subpackage Core
+ * @author Curverider Ltd
+ * @link http://elgg.org/
+ */
+
+for ($i = 1; $i < 8; $i++) {
+       if (isset($vars["area{$i}"])) {
+               echo $vars["area{$i}"];
+       }
+}
\ No newline at end of file