| Recommend this page to a friend! |
| Classes of Italo Lelis de Vietro | > | Easy Framework | > | demo/app/view/index/index.tpl | > | Download | ||
|
|||||||||||||||||||||
{extends file=$layout}
{block name=content}
<h1>{$var}</h1>
<hr/>
<h3>Menu</h3>
<ul>
<li><a href="{$url.users}">See all Users</a></li>
</ul>
{/block} |