aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-10 21:42:40 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-10 21:42:40 +0000
commit4165cd270dbefd3d9b8cb143af325b9c7450eb1c (patch)
treea6dc99c8e7c235c835c8c221be5c6eeeb3a4888f /mod/profile/views/default
parent2b2ec78eb85366a5512bd89b09945357995b6768 (diff)
downloadelgg-4165cd270dbefd3d9b8cb143af325b9c7450eb1c.tar.gz
elgg-4165cd270dbefd3d9b8cb143af325b9c7450eb1c.tar.bz2
Added wrapper to profile page commentwall
git-svn-id: http://code.elgg.org/elgg/trunk@6451 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views/default')
-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