aboutsummaryrefslogtreecommitdiff
path: root/views/installation
diff options
context:
space:
mode:
Diffstat (limited to 'views/installation')
-rw-r--r--views/installation/canvas/default.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/views/installation/canvas/default.php b/views/installation/canvas/default.php
new file mode 100644
index 000000000..0cfa8b49a
--- /dev/null
+++ b/views/installation/canvas/default.php
@@ -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