Skip to content

Commit

Permalink
Fixed footer TOS/Privacy Links
Browse files Browse the repository at this point in the history
  • Loading branch information
dkobia committed Nov 19, 2013
1 parent 40edc66 commit 75806f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/common/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</div>
<div class="footer-links">
<ul class="footer-links-list">
<li><a href="/terms">Terms</a></li>
<li><a href="/info/tos">Terms</a></li>
<li>|</li>
<li><a href="/privacy">Privacy</a></li>
<li><a href="/info/privacy">Privacy</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 75806f5

Please sign in to comment.