aboutsummaryrefslogtreecommitdiff
path: root/mod/walledgarden/views/default/canvas/layouts/new_index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/walledgarden/views/default/canvas/layouts/new_index.php')
-rw-r--r--mod/walledgarden/views/default/canvas/layouts/new_index.php30
1 files changed, 0 insertions, 30 deletions
diff --git a/mod/walledgarden/views/default/canvas/layouts/new_index.php b/mod/walledgarden/views/default/canvas/layouts/new_index.php
deleted file mode 100644
index d29b2c6e6..000000000
--- a/mod/walledgarden/views/default/canvas/layouts/new_index.php
+++ /dev/null
@@ -1,30 +0,0 @@
-<?php
-
- /**
- * Elgg basic frontpage for the walled garden
- *
- * @package Elgg
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008
- * @link http://elgg.org/
- */
-
-?>
-
-<div id="custom_index">
-
- <!-- left column content -->
- <div id="index_left">
- <?php
- //this displays some content when the user is logged out
- if (!isloggedin()){
- //display the login form
- echo $vars['area1'];
- echo "<div class=\"clearfloat\"></div>";
- }
- ?>
- </div>
-
- <div class="clearfloat"></div>
-</div> \ No newline at end of file