]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Removed profile content wrapper from comment wall content.
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 4 Jun 2010 13:21:59 +0000 (13:21 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 4 Jun 2010 13:21:59 +0000 (13:21 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6352 36083f99-b078-4883-b0ff-0f9b5a30f544

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

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