Login   Register  
PHP Classes
elePHPant
Icontem

File: templates/DisplayTemplate.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Andrew  >  News Script  >  templates/DisplayTemplate.php  >  Download  
File: templates/DisplayTemplate.php
Role: Auxiliary script
Content type: text/plain
Description: Template file
Class: News Script
Manage and publish news stored in a MySQL database
Author: By
Last change:
Date: 2008-07-13 15:58
Size: 232 bytes
 

Contents

Class file image Download
<div class="newsDiv">
  <div class="newsHeader"><img src="images/page.png" />Posted on: <em><?php echo $date?></em>, By <em><?php echo $author?></em></div>
  <div class="content"><?php echo $content?></div>
</div>
<br />