Skip to content

Add bootstrap markup to Menu (support request) #129

@MetaBureau

Description

@MetaBureau

Hi I have added a custom menu (footer_menu) and wish to add bootstrap CSS to the menu's UL.

There is a theme function in the Bootstrap theme which does this:
/**

  • Bootstrap theme wrapper function for menu links.
    */
    function bootstrap_subtheme_menu_tree__menu_footer_menu(&$variables) {
    return '
      ' . $variables['tree'] . '
    ';
    }

I'm struggling to achieve this using Kalatheme and would appreciate some help.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions