PHP Classes

File: configure.php

Recommend this page to a friend!
  Classes of S Lake   Hyena Template Engine   configure.php   Download  
File: configure.php
Role: Configuration script
Content type: text/plain
Description: Hyena Template Engine Configuration File
Class: Hyena Template Engine
Engine that compiles templates into PHP scripts
Author: By
Last change: changed paths below
Date: 17 years ago
Size: 329 bytes
 

Contents

Class file image Download
<?php

/*
    This is the configuration file required to help make
    Hyena work properly.
*/

/* These are the site configuration constants */
define("CSS","css/");
define("TEMPLATE","/to/your/template/directory/");
define("URL","http://yoursite.com");
define("JS","js/");
define("PAGE","/to/page/directory/");

?>