PHP Classes

File: templates/index.tpl

Recommend this page to a friend!
  Classes of Isaac Trenado Mx   FDSSmarty   templates/index.tpl   Download  
File: templates/index.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FDSSmarty
Load and display views using Smarty
Author: By
Last change:
Date: 8 years ago
Size: 331 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html lang="es"> <head> <title>{$title}</title> </head> <body> <h1>Hola Mundo : {$nombre}</h1> <ul> {foreach key=key item=item from=$meses} <li>{$key} - {$item}</li> {/foreach} </ul> </body> </html>