ShowTitle) print '
    ' . $_CONTROL->Title . '
    '; if($_CONTROL->MenuItemViews) foreach( $_CONTROL->aryMenuItemViews as $MenuItemView ) { if($MenuItemView->UseDivs) $strTag = 'div'; else $strTag = 'li'; print '<' . $strTag . ' ' . $MenuItemView->GetAttributes() . '>'; print $MenuItemView->GetControlHtml(); print ''; } ?>