mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
修正View类模板定位
This commit is contained in:
@@ -260,7 +260,7 @@ class View
|
||||
$template = str_replace('.', DS, CONTROLLER_NAME) . $depr . $template;
|
||||
}
|
||||
}
|
||||
return realpath($path) . DS . $theme . $template . $this->config['view_suffix'];
|
||||
return realpath($path) . DS . $template . $this->config['view_suffix'];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user