Browse Source

更新

pull/43/head
叙述、别离 2 months ago
parent
commit
3aaf276d29
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/admin/tpl.php
  2. +1
    -1
      src/system/taglib/demotag.lib.php

+ 1
- 1
src/admin/tpl.php View File

@@ -165,7 +165,7 @@ function lib_demotag(\$ctag, \$refObj)
extract(\$ctag->CAttribute->Items, EXTR_SKIP);
\$revalue = '';
//您需编写的代码,不能用echo之类语法,把最终返回值传给\$revalue
\$revalue = '您好,欢迎使用DedeBIZ系统';
\$revalue = '您好,欢迎使用DedeBIZ';
return \$revalue;
}
?".'>';


+ 1
- 1
src/system/taglib/demotag.lib.php View File

@@ -17,7 +17,7 @@ function lib_demotag(&$ctag, &$refObj)
extract($ctag->CAttribute->Items, EXTR_SKIP);
$revalue = '';
//您需编写的代码,不能用echo之类语法,把最终返回值传给$revalue
$revalue = '您好,欢迎使用DedeBIZ系统';
$revalue = '您好,欢迎使用DedeBIZ';
return $revalue;
}
?>

Loading…
Cancel
Save