aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-04 13:21:59 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-04 13:21:59 +0000
commit5fa28d61cdb031ea48659f1a08372225f2395d32 (patch)
treecfdacd31f2948a3f57edbf8e164901e589db45c3 /mod/profile/views/default
parente69166b89f2fac270b07d30b172da67e6d36676f (diff)
downloadelgg-5fa28d61cdb031ea48659f1a08372225f2395d32.tar.gz
elgg-5fa28d61cdb031ea48659f1a08372225f2395d32.tar.bz2
Removed profile content wrapper from comment wall content.
git-svn-id: http://code.elgg.org/elgg/trunk@6352 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, 2 insertions, 5 deletions
diff --git a/mod/profile/views/default/profile/profile_contents/commentwall.php b/mod/profile/views/default/profile/profile_contents/commentwall.php
index f3a2adb1c..edadeed85 100644
--- a/mod/profile/views/default/profile/profile_contents/commentwall.php
+++ b/mod/profile/views/default/profile/profile_contents/commentwall.php
@@ -2,12 +2,9 @@
/**
* 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']));
-?>
-</div> \ No newline at end of file
+?> \ No newline at end of file