当前位置: 首页 > 文档资料 > ThinkCMF 中文文档 >

获取当前主题名

优质
小牛编辑
126浏览
2023-12-01

X2.2.0新增

sp_get_current_theme($default_theme='')
功能:

获取当前主题名

参数:

$default_theme: 指定的默认主题

返回:

类型string,主题名

使用:
$theme = sp_get_current_theme();