]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Added wrapper to profile page commentwall
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 10 Jun 2010 21:42:40 +0000 (21:42 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 10 Jun 2010 21:42:40 +0000 (21:42 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6451 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/profile/views/default/profile/profile_contents/commentwall.php

index edadeed8575065acdc58e4f8208a5770d716833c..f3a2adb1c25957f353ff75074e6d30e7544a4751 100644 (file)
@@ -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