mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
修正
This commit is contained in:
@@ -272,7 +272,7 @@ class View
|
|||||||
* @param string $module 模块名
|
* @param string $module 模块名
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected function getThemePath($module)
|
protected function getThemePath($module = '')
|
||||||
{
|
{
|
||||||
// 获取当前主题名称
|
// 获取当前主题名称
|
||||||
$theme = $this->getTemplateTheme($module);
|
$theme = $this->getTemplateTheme($module);
|
||||||
|
|||||||
Reference in New Issue
Block a user