Skip to content

Commit

Permalink
Change header menu. #32
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jul 7, 2015
1 parent 24bfc83 commit e97da2f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions application/views/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,14 @@
<div class="col-md-2">
<a href="<?php echo base_url(); ?>"><div class="logo"></div></a>
</div>
<div style="margin-top: 10px" class="col-md-1 col-md-offset-5 text-center">
<div style="margin-top: 10px" class="col-md-1 col-md-offset-4 text-center">
<a href="<?php echo base_url(); ?>#demo-screen">Features</a>
</div>
<div style="margin-top: 10px" class="col-md-1 text-center">
<a href="/blog/watch-tips/">Blog</a>
<a href="/about/">About</a>
</div>
<div style="margin-top: 10px" class="col-md-1 text-center">
<a href="/blog/watch-tips/">Watch Tips</a>
</div>
<?php
if($userIsLoggedIn)
Expand Down

0 comments on commit e97da2f

Please sign in to comment.