Skip to content

shinningweb/PHP-bootstrap-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

PHP-bootstrap-menu

Use to make bootstram menu bar.

$links = array('home','about','services','careers','contact'); $nav = make_menu_bar($links);

Will produce a navigation bar items with links from an index file like so.

  • <a href="index.php?page=home>Home
  • multi dimensional array will produce the same with drop downs

    $multi = array('home'=>array('Missions','Trainings'),'contact'); $nav = make_menu_bar($multi);

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages