Add the definition of bootstrap dropdown theme function.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

zuhair_ak created an issue. See original summary.

zuhair_ak’s picture

Status: Active » Needs review
FileSize
2.71 KB

Added the patch file.

rameshkisku’s picture

Status: Needs review » Needs work
if (count($children) > 0) {
   // Render nested list.
                $data .= theme_item_list(array('items' => $children, 'title' => NULL, 'type' => $type, 'attributes' => $attributes));
}

$type variable is not defined anywhere in the file.

zuhair_ak’s picture

Status: Needs work » Needs review
FileSize
2.79 KB
595 bytes

$type is ul or ol. I have defined the $type variable.

rameshkisku’s picture

Status: Needs review » Reviewed & tested by the community

zuhair_ak’s picture

Status: Reviewed & tested by the community » Fixed
zuhair_ak’s picture

Status: Fixed » Closed (fixed)