Browse Source

remove class

Julio 8 năm trước cách đây
mục cha
commit
c79313de36

+ 2 - 3
src/Chamilo/CoreBundle/Menu/NavBuilder.php

@@ -264,7 +264,7 @@ class NavBuilder extends ContainerAware
                             'name' => 'admin/',
                             'name' => 'admin/',
                         )
                         )
                     )
                     )
-                )->setAttribute('class', 'item-menu');
+                );
             }
             }
 
 
             $dropdown->addChild(
             $dropdown->addChild(
@@ -275,8 +275,7 @@ class NavBuilder extends ContainerAware
                         'name' => 'calendar/agenda_js.php',
                         'name' => 'calendar/agenda_js.php',
                     ),
                     ),
                 )
                 )
-            )->setAttribute('class', 'item-menu');
-
+            );
 
 
             $dropdown->addChild(
             $dropdown->addChild(
                 $translator->trans('Profile'),
                 $translator->trans('Profile'),