Fixes on View

This commit is contained in:
Antonio de la Rosa 2015-04-28 16:14:32 +02:00
parent 0c31728018
commit 72a2bdab45

View file

@ -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...