Added README doc.

Renamed example/roc_api to demo.
Added contracts
This commit is contained in:
jvelilla
2014-11-13 10:50:54 -03:00
parent b16048eb18
commit 9af6356f0a
70 changed files with 42 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
<ul class="nav navbar-nav navbar-left">
{foreach item="item" from="$menu.items"}
<!-- TODO check if a menu item is active or not -->
<li class="active"><a href="{$item.location/}">{$item.title/}</a></li>
{/foreach}
</ul>