aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/index.php
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-23 17:33:43 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-23 17:33:43 +0000
commit33b3fae7aeaf94b85bba04a7c1633f892292d5b6 (patch)
treea46a326195b30f007b7e2124b5e4b96a85d8f1f1 /mod/thewire/index.php
parent57297a7e814f64bdc844321caabe6dafcef7b246 (diff)
downloadelgg-33b3fae7aeaf94b85bba04a7c1633f892292d5b6.tar.gz
elgg-33b3fae7aeaf94b85bba04a7c1633f892292d5b6.tar.bz2
new wire work
git-svn-id: https://code.elgg.org/elgg/trunk@2903 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/thewire/index.php')
-rw-r--r--mod/thewire/index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/thewire/index.php b/mod/thewire/index.php
index ffa2ca371..afc68f0b3 100644
--- a/mod/thewire/index.php
+++ b/mod/thewire/index.php
@@ -23,6 +23,9 @@
// title
$area2 = elgg_view_title(elgg_echo("thewire:read"));
+ //add form
+ $area2 .= elgg_view("thewire/forms/add");
+
// Display the user's wire
$area2 .= list_user_objects($page_owner->getGUID(),'thewire'); // elgg_view("thewire/view",array('entity' => $thewire));