Changeset 1267431
- Timestamp:
- 10/16/2015 01:35:53 PM (10 years ago)
- File:
-
- 1 edited
-
sf-bootstrap-menu/trunk/sf-navwalker.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sf-bootstrap-menu/trunk/sf-navwalker.php
r1267318 r1267431 15 15 $indent = str_repeat("\t", $depth); 16 16 17 if ( !empty($this->curItem) && !empty($this->activeItem) && $this->curItem == $this->activeItem){ 18 $output .= "\n$indent<ul class='dropdown-menu sub-menu collapse in' role='menu'>\n"; 19 } else { 20 $output .= "\n$indent<ul class='dropdown-menu sub-menu collapse' role='menu'>\n"; 21 } 17 $output .= "\n$indent<ul class='dropdown-menu sub-menu collapse' role='menu'>\n"; 22 18 } 23 19
Note: See TracChangeset
for help on using the changeset viewer.