| 5 |
|
|
| 6 |
$BBS_theme_set = array( |
$BBS_theme_set = array( |
| 7 |
"default" => array( |
"default" => array( |
| 8 |
"css" => "css/default.css", |
"css/default" => "css/default.css", |
| 9 |
"post" => "post.view.php", |
"js/lml_assistant" => "js/lml_assistant.js", |
| 10 |
"member_service_guide" => "member_service_guide.view.php", |
"view/post" => "post.view.php", |
| 11 |
"update_profile" => "update_profile.view.php", |
"view/member_service_guide" => "member_service_guide.view.php", |
| 12 |
"preference" => "preference.view.php", |
"view/update_profile" => "update_profile.view.php", |
| 13 |
"s_favor" => "s_favor.view.php", |
"view/preference" => "preference.view.php", |
| 14 |
|
"view/s_favor" => "s_favor.view.php", |
| 15 |
|
"view/section_setting" => "section_setting.view.php", |
| 16 |
), |
), |
| 17 |
); |
); |
| 18 |
|
|
| 19 |
$BBS_theme_current = ""; |
$BBS_theme_current = ""; |
| 20 |
|
|
| 21 |
function get_theme_view_file(string $view_name, string $theme_name = "") : string | null |
function get_theme_file(string $view_name, string $theme_name = "") : string | null |
| 22 |
{ |
{ |
| 23 |
global $BBS_theme_set; |
global $BBS_theme_set; |
| 24 |
global $BBS_theme_current; |
global $BBS_theme_current; |