This commit is contained in:
Matt Putnam
2013-11-10 16:51:48 +00:00
parent b1599f7046
commit 84024f689c
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;
/**