Fixes on View
This commit is contained in:
parent
0c31728018
commit
72a2bdab45
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class View {
|
||||||
* A set of paths inside of $root_path contining views. If a view is located, the foreach for search the view is break
|
* A set of paths inside of $root_path contining views. If a view is located, the foreach for search the view is break
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static public $folder_env=array('views/default', 'app/views');
|
static public $folder_env=array('views/default');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Array for caching the template call...
|
* Array for caching the template call...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue