Browse Source

Removing useless menusection div

Julio Montoya 13 năm trước cách đây
mục cha
commit
853d3675be
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      main/inc/lib/userportal.lib.php

+ 2 - 2
main/inc/lib/userportal.lib.php

@@ -685,12 +685,12 @@ class IndexManager {
         }
         
 		$html= '<div '.$id_label.' class="well sidebar-nav">';
-		$html.= '<div class="menusection">';
+		//$html.= '<div class="menusection">';
 		if (!empty($title)) {
 			$html.= '<h4>'.$title.'</h4>';
 		}        
 		$html.= $content;
-	    $html.= '</div>';        
+	    //$html.= '</div>';        
 	    $html.= '</div>';   
 		return $html;
 	}