szurubooru/static/html/top_navigation.tpl

12 lines
340 B
Smarty
Raw Normal View History

2016-03-27 21:10:41 +02:00
<nav id='top-nav' class='text-nav'>
<ul><!--
-->{{#each items}}<!--
-->{{#if this.available}}<!--
--><li data-name='{{@key}}'><!--
--><a href='{{this.url}}'>{{this.name}}</a><!--
--></li><!--
-->{{/if}}<!--
-->{{/each}}<!--
--></ul>
</nav>