diff options
author | nickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-18 21:01:02 +0000 |
---|---|---|
committer | nickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-18 21:01:02 +0000 |
commit | adf88a67474f751abe283d72dcbda3cc126ed67b (patch) | |
tree | f30fb4b483c6c1e4e07dc29c01e13c20c25758f0 /mod/walledgarden/index.php | |
parent | 9edaa3c385610ebb45a9e8282a002e666d7d8c91 (diff) | |
download | elgg-adf88a67474f751abe283d72dcbda3cc126ed67b.tar.gz elgg-adf88a67474f751abe283d72dcbda3cc126ed67b.tar.bz2 |
Removing Walled Garden plugin from trunk.
git-svn-id: http://code.elgg.org/elgg/trunk@6088 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/walledgarden/index.php')
-rw-r--r-- | mod/walledgarden/index.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mod/walledgarden/index.php b/mod/walledgarden/index.php deleted file mode 100644 index c0ba1681c..000000000 --- a/mod/walledgarden/index.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php -/** - * Elgg Walled Garden - * - * @package WalledGarden - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd <info@elgg.com> - * @copyright Curverider Ltd 2008 - * @link http://elgg.com/ - */ - -// Get the Elgg engine -require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); - -//grab the login form -$login = elgg_view("account/forms/login"); - -//display the contents in our new canvas layout -$body = elgg_view_layout('walled_garden',$login); - -page_draw_walledgarden($title, $body); |