]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
removed some code made unnecessary by the changes to layout in 1.8
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 29 May 2010 00:16:30 +0000 (00:16 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 29 May 2010 00:16:30 +0000 (00:16 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6278 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/page_elements/owner_block.php

index dfe1dfcc450cc37e5fbdd2bcf5b5ae4eb75bc07b..53a7ea0890f1fdc054e945261f4ac35c24bc0ad0 100644 (file)
@@ -67,9 +67,6 @@ if(is_plugin_enabled('profile')) {
                
                // Allow plugins to extend the owner block contents
                $display .= elgg_view('owner_block/profile_extend');
-               
-               // close owner_block_content
-               //$display .= '</div>';
 
                $contents .= "<div id='owner_block' class='clearfloat'>$display</div>";
        }
@@ -78,10 +75,4 @@ if(is_plugin_enabled('profile')) {
 $contents .= elgg_view('owner_block/extend');
 
 
-// Have we been asked to inject any content? If so, display it
-if (isset($vars['content'])) {
-       $contents .= $vars['content'];
-}
-
-
 echo $contents;