织梦dedecms自定义标签liketags调用tag/keyword相同的相关文章(6)

                         $row['arcrank'] = $row['corank'];

                     }

  

                     $row['filename'] = $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'] == '')

                     {

                         $row['litpic'] = $GLOBALS['cfg_cmspath'].'/images/defaultpic.gif';

                     }

                     if(!preg_match("#^http:\/\/#i", $row['litpic']) && $GLOBALS['cfg_multi_site'] == 'Y')

                     {

                         $row['litpic'] = $GLOBALS['cfg_mainsite'].$row['litpic'];

                     }

                     $row['picname'] = $row['litpic'];

                     $row['stime'] = GetDateMK($row['pubdate']);

                     $row['typelink'] = "<a href='".$row['typeurl']."'>".$row['typename']."</a>";

                     $row['image'] = "<img src='".$row['picname']."' border='0' width='$imgwidth' height='$imgheight' alt='".preg_replace("#['><]#","",$row['title'])."'>";

                     $row['imglink'] = "<a href='".$row['filename']."'>".$row['image']."</a>";

                     $row['fulltitle'] = $row['title'];

                     $row['title'] = cn_substr($row['title'], $titlelen);

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/6c6fba2fe861ebb8814605b843aea190.html