aboutsummaryrefslogtreecommitdiff
path: root/views/default/layout/shells/one_column.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/layout/shells/one_column.php')
-rw-r--r--views/default/layout/shells/one_column.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/views/default/layout/shells/one_column.php b/views/default/layout/shells/one_column.php
new file mode 100644
index 000000000..84a304e14
--- /dev/null
+++ b/views/default/layout/shells/one_column.php
@@ -0,0 +1,16 @@
+<?php
+/**
+ * Elgg one-column layout
+ *
+ * @package Elgg
+ * @subpackage Core
+ *
+ * @uses $vars['content'] Content string
+ */
+?>
+<div class="elgg-layout-one_column elgg-center elgg-width-classic clearfix">
+ <div class="elgg-body">
+ <?php echo $vars['content']; ?>
+ <?php echo $vars['area1']; ?>
+ </div>
+</div> \ No newline at end of file