diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-18 17:47:50 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-18 17:47:50 +0000 |
commit | 569f19d8ff89539eb8d38b1ca1b07a2baa41852c (patch) | |
tree | 0ace0c2792db822cd0db5eae672f1f472a29439a /mod/invitefriends/index.php | |
parent | 8ec093ecc1bf28c09f5d2dbe3c7bc8e6a2485ac6 (diff) | |
download | elgg-569f19d8ff89539eb8d38b1ca1b07a2baa41852c.tar.gz elgg-569f19d8ff89539eb8d38b1ca1b07a2baa41852c.tar.bz2 |
half way through converting submenu to new menu code - pages and groups are the two major users left
git-svn-id: http://code.elgg.org/elgg/trunk@7669 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/invitefriends/index.php')
-rw-r--r-- | mod/invitefriends/index.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/mod/invitefriends/index.php b/mod/invitefriends/index.php deleted file mode 100644 index 7b4c34562..000000000 --- a/mod/invitefriends/index.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -/** - * Elgg invite page - * - * @package ElggInviteFriends - */ - -require_once(dirname(dirname(dirname(__FILE__))) . '/engine/start.php'); - -gatekeeper(); - -elgg_set_context('friends'); -set_page_owner(get_loggedin_userid()); - -$body = elgg_view('invitefriends/form'); -$body = elgg_view_layout('one_column_with_sidebar', array('content' => $body)); - -echo elgg_view_page(elgg_echo('friends:invite'), $body); |