Skip to content

Commit

Permalink
update menus
Browse files Browse the repository at this point in the history
  • Loading branch information
adriannuta committed Sep 19, 2016
1 parent d2cc259 commit e33d961
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions template/footer.php
Expand Up @@ -5,7 +5,7 @@
<footer>
<hr>
<p>Copyright &copy; 2013-2014, Sphinx Technologies Inc.</p>
<p>Copyright &copy; 2013-2016, Sphinx Technologies Inc.</p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
Expand Down Expand Up @@ -38,4 +38,4 @@ function __highlight(s, t) {
</script>
</body>
</html>
</html>
10 changes: 7 additions & 3 deletions template/header.php
Expand Up @@ -19,12 +19,16 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">Sphinx Samples</a>
<a class="brand" href="http://demos.sphinxsearch.com">Sphinx Samples</a>
<div class="nav-collapse">
<ul class="nav">
<li class="active"><a href="http://sphinxsearch.com">Home</a></li>

<li><a href="/SphinxAutocompleteExample/">Autocomplete</a></li>
<li class="active"><a href="/SphinxFacetingExample/">Faceting</a></li>
<li ><a href="/SphinxGeoExample/">Geo</a></li>
</ul>
<ul class="nav pull-right">
<li ><a href="https://github.com/adriannuta/SphinxFacetingExample">Source code</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
Expand Down

0 comments on commit e33d961

Please sign in to comment.