PHP Classes

File: templates/content.tpl

Recommend this page to a friend!
  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: 16 years ago
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 />