/[LeafOK_CVS]/fenglin/bbs/theme.inc.php
ViewVC logotype

Diff of /fenglin/bbs/theme.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.11 by sysadm, Sat Apr 12 14:06:12 2025 UTC Revision 1.14 by sysadm, Mon Apr 14 04:27:11 2025 UTC
# Line 17  if (!defined("_BBS_THEME_INIT_")) Line 17  if (!defined("_BBS_THEME_INIT_"))
17                          "view/s_favor" => "s_favor.view.php",                          "view/s_favor" => "s_favor.view.php",
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                            "view/score_detail" => "score_detail.view.php",
21                            "view/suicide" => "suicide.view.php",
22                  ),                  ),
23                  "xml" => array(                  "xml" => array(
24                          "xsl/1" => "xsl/1.xsl",                          "xsl/1" => "xsl/1.xsl",
# Line 25  if (!defined("_BBS_THEME_INIT_")) Line 27  if (!defined("_BBS_THEME_INIT_"))
27                  "gen_ex" => array(                  "gen_ex" => array(
28                          "view/view_article" => "gen_ex_article.view.php",                          "view/view_article" => "gen_ex_article.view.php",
29                  ),                  ),
30                    "portal" => array(
31                            "css/default" => "../www/css/default.css",
32                            "view/view_article" => "view_article.view.php",
33                    ),
34          );          );
35    
36          $BBS_theme_current = "";          $BBS_theme_current = "";


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1