Login   Register  
PHP Classes
elePHPant
Icontem

File: templates/content.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Valentin  >  IDtpl  >  templates/content.tpl  >  Download  
File: templates/content.tpl
Role: Auxiliary data
Content type: text/plain
Description: template
Class: IDtpl
Template engine based on PHP template scripts
Author: By
Last change: fix
Date: 2009-03-15 03:07
Size: 284 bytes
 

Contents

Class file image Download
<?php if(!defined( "IDTPL" )) die(); ?> 

<br />
<?php
foreach($d['links'] as $dat) {
	echo '<a href="'.$dat['link'].'">'.$dat['title'].'</a> - - - '.$dat['text'].'<hr />';
}
?>
<b>Some variable - </b> <?=$d['var']?> <br />
<b>TPL engine version</b> -  <?=IDtpl::_VER?><br />