aboutsummaryrefslogtreecommitdiff
path: root/mod/activity
diff options
context:
space:
mode:
Diffstat (limited to 'mod/activity')
-rw-r--r--mod/activity/views/default/activity/dashboard.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/activity/views/default/activity/dashboard.php b/mod/activity/views/default/activity/dashboard.php
index 3e626b49f..3e0483777 100644
--- a/mod/activity/views/default/activity/dashboard.php
+++ b/mod/activity/views/default/activity/dashboard.php
@@ -1,6 +1,10 @@
<?php
/// Extract the activity
$activity = $vars['activity'];
+
+ //include a view which can then be extended by the wire plugin so you can post to the wire right in this view
+ echo elgg_view("activity/thewire");
+
?>
<div id="activity">
<?php