Browse Source

修改

tags/6.2.0
xushubieli 1 year ago
parent
commit
fccbec855c
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/admin/templets/templets_one_add.htm
  2. +1
    -1
      src/system/archive/archives.class.php
  3. +1
    -1
      src/system/dedetemplate.class.php

+ 1
- 1
src/admin/templets/templets_one_add.htm View File

@@ -60,7 +60,7 @@
echo "<option value='{$arr['likeid']}'>{$arr['likeid']}</option>";
}
echo "</select>";
?>(通过这个标识来识别类同页面,模板中用{dede:likesgpage id='标识'/}调用有相同标识的页面)
?>(通过这个标识来识别类同页面,模板中用{dede:likesgpage id='标识'/}调用有相同标识的页面)
</td>
</tr>
<tr>


+ 1
- 1
src/system/archive/archives.class.php View File

@@ -136,7 +136,7 @@ class Archives
*/
function ParAddTable()
{
//读取附加表信息,并把附加表的资料经过编译处理后导入到$this->Fields中,以方便在模板中用 {dede:field name='fieldname'/} 标记统一调用
//读取附加表信息,并把附加表的资料经过编译处理后导入到$this->Fields中,以方便在模板中用“{dede:field name='fieldname'/}”标记统一调用
if ($this->ChannelUnit->ChannelInfos['addtable'] != '') {
$row = $this->addTableRow;
if ($this->ChannelUnit->ChannelInfos['issystem'] == -1) {


+ 1
- 1
src/system/dedetemplate.class.php View File

@@ -310,7 +310,7 @@ class DedeTemplate
//echo ExecTime() - $t1;
} else {
//如果存在config文件,则载入此文件,该文件用于保存 $this->tpCfgs的内容,以供扩展用途
//模板中用{tag:config name='' value=''/}来设定该值
//模板中用{tag:config name='' value=''/}来设定该值
if (file_exists($this->configFile)) {
include($this->configFile);
}


Loading…
Cancel
Save