diff --git a/src/apps/ad_js.php b/src/apps/ad_js.php index 24547d18..3fe00b72 100755 --- a/src/apps/ad_js.php +++ b/src/apps/ad_js.php @@ -1,6 +1,6 @@ - * 普通计数器为 - * + * 显示点点击次数,添加view参数:普通计数器: * * @version $id:count.php$ * @package DedeBIZ.Site diff --git a/src/apps/digg_ajax.php b/src/apps/digg_ajax.php index 692642ef..498a9d3d 100755 --- a/src/apps/digg_ajax.php +++ b/src/apps/digg_ajax.php @@ -1,6 +1,6 @@ + * 显示下载次数: * * @version $id:disdls.php$ * @package DedeBIZ.Site diff --git a/src/apps/erraddsave.php b/src/apps/erraddsave.php index 61121a17..4ee1ad47 100755 --- a/src/apps/erraddsave.php +++ b/src/apps/erraddsave.php @@ -1,6 +1,6 @@ .list-group-item{cursor:pointer} -.pannel-main-container{padding:1.5rem;background:var(--white)} .input-group-append .btn-sm{line-height:1.8} .table{color:var(--gray)} .table td,.table th{padding:0.5rem;vertical-align:middle} diff --git a/src/system/channelunit.func.php b/src/system/channelunit.func.php index a1bbd322..4ac96c98 100755 --- a/src/system/channelunit.func.php +++ b/src/system/channelunit.func.php @@ -10,6 +10,7 @@ if (!defined('DEDEINC')) exit ('dedebiz'); * @link https://www.dedebiz.com */ if (!isset($cfg_mainsite)) extract($GLOBALS, EXTR_SKIP); +helper('channelunit'); global $PubFields, $pTypeArrays, $idArrary, $envs, $v1, $v2; $pTypeArrays = $idArrary = $PubFields = $envs = array(); $PubFields['phpurl'] = $cfg_phpurl; @@ -24,5 +25,4 @@ $envs['reid'] = 0; $envs['aid'] = 0; $envs['keyword'] = ''; $envs['idlist'] = ''; -helper('channelunit'); ?> \ No newline at end of file diff --git a/src/system/dedetag.class.php b/src/system/dedetag.class.php index 71f81b92..2bd034a4 100755 --- a/src/system/dedetag.class.php +++ b/src/system/dedetag.class.php @@ -1,7 +1,7 @@ \ No newline at end of file diff --git a/src/system/inc/inc_fun_funAdmin.php b/src/system/inc/inc_fun_funAdmin.php index ceea8e77..1c6181c8 100755 --- a/src/system/inc/inc_fun_funAdmin.php +++ b/src/system/inc/inc_fun_funAdmin.php @@ -1,7 +1,7 @@ >dede>> {dede:adminname/} >>dede>> \ No newline at end of file diff --git a/src/system/taglib/help/arclistsg.txt b/src/system/taglib/help/arclistsg.txt index d844fe2b..b6b2d529 100755 --- a/src/system/taglib/help/arclistsg.txt +++ b/src/system/taglib/help/arclistsg.txt @@ -1,4 +1,4 @@ -自定义模型文档列表标签 +自定义模型列表标签 >>dede>> {dede:arclistsg typeid='' row='' col='' titlelen='' flag='h' orderway='' keyword='' limit='0,1'} [field:title/] diff --git a/src/system/taglib/help/channel.txt b/src/system/taglib/help/channel.txt index 6b273ed4..28ab59e0 100755 --- a/src/system/taglib/help/channel.txt +++ b/src/system/taglib/help/channel.txt @@ -1,4 +1,4 @@ -获取栏目列表标签 +栏目列表标签 >>dede>> {dede:channel type='top' typeid='' row='8' currentstyle="
  • ~typename~
  • "}
  • [field:typename/]
  • diff --git a/src/system/taglib/help/feedback.txt b/src/system/taglib/help/feedback.txt index 5c09037f..3dfa3380 100755 --- a/src/system/taglib/help/feedback.txt +++ b/src/system/taglib/help/feedback.txt @@ -1,4 +1,4 @@ -调用最新评论标签 +评论标签 >>dede>> {dede:feedback} [field:username function="(@me=='guest' ? '游客' : @me)"/]对[field:title/]的评论 diff --git a/src/system/tpllib/plus_userarclist.php b/src/system/tpllib/plus_userarclist.php index 425c9673..35d5f387 100644 --- a/src/system/tpllib/plus_userarclist.php +++ b/src/system/tpllib/plus_userarclist.php @@ -34,10 +34,8 @@ function plus_userarclist(&$atts, &$refObj, &$fields) $row['infos'] = cn_substr($row['description'],$infolen); $row['arcurl'] = GetFileUrl($row['id'],$row['typeid'],$row['senddate'],$row['title'],$row['ismake'], $row['arcrank'],$row['namerule'],$row['typedir'],$row['money'],$row['filename'],$row['moresite'],$row['siteurl'],$row['sitepath']); - $row['typeurl'] = GetTypeUrl($row['typeid'],$row['typedir'],$row['isdefault'],$row['defaultname'],$row['ispart'], $row['namerule2'],$row['moresite'],$row['siteurl'],$row['sitepath']); - if($row['litpic']=='') $row['litpic'] = '/images/defaultpic.gif'; if(!preg_match("#^(http|https):\/\/#i", $row['litpic'])) {