Skip to content

Instantly share code, notes, and snippets.

@ricardofiorani
Forked from anonymous/gist:0b99e9f006daff1bb96c
Last active January 11, 2016 15:57
Show Gist options
  • Save ricardofiorani/fb8764035961d405ef5c to your computer and use it in GitHub Desktop.
Save ricardofiorani/fb8764035961d405ef5c to your computer and use it in GitHub Desktop.
Fioravsky
<nav class="menu">
<ul>
<li class="<?= $this->uri('/home', 'selected') ?><?= $this->uri('/', 'selected') ?>">
<a href="#">
<i class="icon icon-home"></i>
</a>
</li>
<li><a href="#">Institucional</a></li>
</ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment