| 18 |
"view/section_setting" => "section_setting.view.php", |
"view/section_setting" => "section_setting.view.php", |
| 19 |
"view/show_profile" => "show_profile.view.php", |
"view/show_profile" => "show_profile.view.php", |
| 20 |
), |
), |
| 21 |
|
"xml" => array( |
| 22 |
|
"xsl/1" => "xsl/1.xsl", |
| 23 |
|
"view/view_article" => "view_article_xml.view.php", |
| 24 |
|
), |
| 25 |
|
"gen_ex" => array( |
| 26 |
|
"view/view_article" => "gen_ex_article.view.php", |
| 27 |
|
), |
| 28 |
); |
); |
| 29 |
|
|
| 30 |
$BBS_theme_current = ""; |
$BBS_theme_current = ""; |
| 51 |
return null; // View not exist |
return null; // View not exist |
| 52 |
} |
} |
| 53 |
|
|
| 54 |
$file = "./themes/" . $theme_name . "/" . $BBS_theme_set[$theme_name][$view_name]; |
$file = "../bbs/themes/" . $theme_name . "/" . $BBS_theme_set[$theme_name][$view_name]; |
| 55 |
|
|
| 56 |
if (!file_exists($file)) |
if (!file_exists($file)) |
| 57 |
{ |
{ |