Login   Register  
PHP Classes
elePHPant
Icontem

File: conf/templates.conf.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Florian Sax  >  File PHP  >  conf/templates.conf.php  >  Download  
File: conf/templates.conf.php
Role: Auxiliary data
Content type: text/plain
Description: Template configuration
Class: File PHP
Web based manager to browse the server file system
Author: By
Last change:
Date: 2004-06-14 14:57
Size: 185 bytes
 

Contents

Class file image Download
<?PHP
; Templates configutation
;
;


embedBegin	= <{;
embedEnd	= }>;

valueBegin	= <$;
valueEnd	= $>;

dir			= templates/;

index		= index.tmpl;

confLoaded = true;
?>