Go back to anterior behaviour
This commit is contained in:
parent
fb5b435018
commit
22b685ad55
1 changed files with 6 additions and 3 deletions
|
|
@ -189,7 +189,7 @@ class View {
|
||||||
{
|
{
|
||||||
|
|
||||||
$view_real_path=View::$root_path.'/'.$base_path.'/'.$template.'.php';
|
$view_real_path=View::$root_path.'/'.$base_path.'/'.$template.'.php';
|
||||||
|
/*
|
||||||
$view_path=View::$root_path.'/'.View::$cache_directory.'/'.$base_path.'/'.$template.'.php';
|
$view_path=View::$root_path.'/'.View::$cache_directory.'/'.$base_path.'/'.$template.'.php';
|
||||||
|
|
||||||
$all_path[]=$view_real_path;
|
$all_path[]=$view_real_path;
|
||||||
|
|
@ -241,9 +241,12 @@ class View {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}*/
|
||||||
|
|
||||||
include($view_path);
|
if(is_file($view_real_path))
|
||||||
|
{
|
||||||
|
|
||||||
|
include($view_real_path);
|
||||||
|
|
||||||
$yes_cache=1;
|
$yes_cache=1;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue