This commit is contained in:
Matt Putnam
2013-11-10 16:51:48 +00:00
parent 7c627e8434
commit 548ddeab39
166 changed files with 14147 additions and 3 deletions
@@ -21,7 +21,7 @@ class RainTPL{
*
* @var string
*/
static $tpl_dir = "tpl/";
static $tpl_dir = null;
/**
@@ -29,7 +29,7 @@ class RainTPL{
*
* @var string
*/
static $cache_dir = "tmp/";
static $cache_dir = null;
/**
@@ -45,7 +45,7 @@ class RainTPL{
*
* @var string
*/
static $tpl_ext = "html";
static $tpl_ext = null;
/**