PHP Classes

File: punFramework/views/avatar.php

Recommend this page to a friend!
  Classes of Piotr Malinski   punFramework   punFramework/views/avatar.php   Download  
File: punFramework/views/avatar.php
Role: Example script
Content type: text/plain
Description: avatarGalery example - view
Class: punFramework
MVC framework to extend punBB discussion boards
Author: By
Last change:
Date: 17 years ago
Size: 218 bytes
 

Contents

Class file image Download
<div style="float:left; padding:5px;"><img src="<?PHP echo $data['img']; ?>"></div>
<b>Liczba Postów</b>: <?PHP echo $data['num_posts']; ?><br>
<b>Ostatnia wizyta</b>: <?PHP echo date("Y-m-d", $data['last_visit']); ?>