织梦ask标签全局化

简介:这是织梦ask标签全局化的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。

class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=344745' scrolling='no'>

粘到 /include/taglib/ ask.lib.php

function pasterTempletDiy($path)
{
require_once(DEDEINC."/arc.partview.class.php");
global $cfg_basedir,$cfg_templets_dir;
$tmpfile = $cfg_basedir."/".$path;//模版文件的路径
$dtp = new PartView();
$dtp->SetTemplet($tmpfile);
$dtp->Display();
}

再在ask.htm写入,注意更换模版路径

<?php pasterTempletDiy("ask/templates/default/head.htm"); ?>

爱J2EE关注Java迈克尔杰克逊视频站JSON在线工具

http://biancheng.dnbcw.info/php/344745.html pageNo:4

posted on 2011-11-08 08:02  圣者  阅读(145)  评论(0编辑  收藏  举报

导航