aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/profile_contents/commentwall.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profile/views/default/profile/profile_contents/commentwall.php')
-rw-r--r--mod/profile/views/default/profile/profile_contents/commentwall.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/mod/profile/views/default/profile/profile_contents/commentwall.php b/mod/profile/views/default/profile/profile_contents/commentwall.php
index edadeed85..f3a2adb1c 100644
--- a/mod/profile/views/default/profile/profile_contents/commentwall.php
+++ b/mod/profile/views/default/profile/profile_contents/commentwall.php
@@ -2,9 +2,12 @@
/**
* Elgg profile comment wall
*/
-
+?>
+<div id="profile_content">
+<?php
if(isloggedin()){
echo elgg_view("profile/commentwall/commentwalladd");
}
echo elgg_view("profile/commentwall/commentwall", array('annotation' => $vars['comments']));
-?> \ No newline at end of file
+?>
+</div> \ No newline at end of file