Commit 389dfe1b87c54cd55c4c983216bcf5c31433912b

Authored by Jean Wasilewski
1 parent 06081f6d

Fixed issue with topnavnar.php

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
index.php
... ... @@ -13,7 +13,7 @@
13 13 <script type="text/javascript" src="js/bootstrap.min.js"></script>
14 14 </head>
15 15 <body>
16   -<?php require_once("topnavnar.php");?>
  16 +<?php require_once("topnavbar.php");?>
17 17 <div class="col-md-12 center-block">
18 18 <div class="col-md-3">
19 19 <?php require_once("menu.php");?>
... ... @@ -23,4 +23,4 @@
23 23 </div>
24 24 </div>
25 25 </body>
26   -</html>
27 26 \ No newline at end of file
  27 +</html>
... ...