PHP Classes

File: examples/templates/user_profile_loop.tpl

Recommend this page to a friend!
  Classes of Michael Orji   Simplate   examples/templates/user_profile_loop.tpl   Download  
File: examples/templates/user_profile_loop.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: 373 bytes
 

Contents

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