Login   Register  
PHP Classes
elePHPant
Icontem

File: demo/app/view/index/index.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Italo Lelis de Vietro  >  Easy Framework  >  demo/app/view/index/index.tpl  >  Download  
File: demo/app/view/index/index.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy Framework
Full stack Web application framework with MVC
Author: By
Last change:
Date: 2012-03-03 05:59
Size: 167 bytes
 

Contents

Class file image 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}