This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user