/[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.13 by sysadm, Mon Apr 14 02:14:40 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                  ),                  ),
22                  "xml" => array(                  "xml" => array(
23                          "xsl/1" => "xsl/1.xsl",                          "xsl/1" => "xsl/1.xsl",
# Line 25  if (!defined("_BBS_THEME_INIT_")) Line 26  if (!defined("_BBS_THEME_INIT_"))
26                  "gen_ex" => array(                  "gen_ex" => array(
27                          "view/view_article" => "gen_ex_article.view.php",                          "view/view_article" => "gen_ex_article.view.php",
28                  ),                  ),
29                    "portal" => array(
30                            "css/default" => "../www/css/default.css",
31                            "view/view_article" => "view_article.view.php",
32                    ),
33          );          );
34    
35          $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