PHP Classes

File: examples/templates/user_profile.tpl

Recommend this page to a friend!
  Classes of Michael Orji   Simplate   examples/templates/user_profile.tpl   Download  
File: examples/templates/user_profile.tpl
Role: Auxiliary data
Content type: text/plain
Description: template file
Class: Simplate
Template engine that replaces arrays of variables
Author: By
Last change:
Date: 9 years ago
Size: 290 bytes
 

Contents

Class file image Download
<h2>{username}'s profile</h2> <img src="{image_url}" class="profile_image" alt="{username}'s photo" /> <strong>Firstname:</strong> {firstname} <br /> <strong>Lastname: </strong> {lastname} <br /> <strong>Email: </strong> {email} <br /> <div class="clear">&nbsp;</div>