diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-10 21:42:40 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-10 21:42:40 +0000 |
commit | 4165cd270dbefd3d9b8cb143af325b9c7450eb1c (patch) | |
tree | a6dc99c8e7c235c835c8c221be5c6eeeb3a4888f | |
parent | 2b2ec78eb85366a5512bd89b09945357995b6768 (diff) | |
download | elgg-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
-rw-r--r-- | mod/profile/views/default/profile/profile_contents/commentwall.php | 7 |
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 |