Skip to content

Commit

Permalink
JBR Workshop Stap 17
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderpotjer committed Jan 25, 2015
1 parent 15057f6 commit 898b35f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index.php
Expand Up @@ -18,6 +18,24 @@
</head>

<body>
<!-- Begin Navigation -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a data-target=".navbar-responsive-collapse" data-toggle="collapse" class="btn btn-navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="<?php echo $this->baseurl; ?>"><?php echo(JFactory::getApplication()->getCfg('sitename'));?></a>
<div class="nav-collapse collapse navbar-responsive-collapse">
<jdoc:include type="modules" name="menu" style="none" />
</div>
</div>
</div>
</div>
<!-- End Navigation -->

<!-- Begin Content -->
<div class="container">
<div id="header" class="row-fluid">
Expand Down

0 comments on commit 898b35f

Please sign in to comment.