Parent Directory
|
Revision Log
|
Patch
| Revision 1.22 by sysadm, Fri Apr 25 07:28:58 2025 UTC | Revision 1.24 by sysadm, Thu Oct 30 14:27:56 2025 UTC | |
|---|---|---|
| # | Line 33 if (!defined("_BBS_THEME_INIT_")) | Line 33 if (!defined("_BBS_THEME_INIT_")) |
| 33 | "css/default" => "../www/css/default.css", | "css/default" => "../www/css/default.css", |
| 34 | "view/view_article" => "view_article.view.php", | "view/view_article" => "view_article.view.php", |
| 35 | ), | ), |
| 36 | "test" => array( | |
| 37 | "view/view_article" => "view_article.view.php", | |
| 38 | ), | |
| 39 | ); | ); |
| 40 | ||
| 41 | $BBS_theme_current = ""; | $BBS_theme_current = ""; |
| # | Line 69 if (!defined("_BBS_THEME_INIT_")) | Line 72 if (!defined("_BBS_THEME_INIT_")) |
| 72 | return $file; | return $file; |
| 73 | } | } |
| 74 | } | } |
| ?> |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |