<?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/");
?>
|