Beispiel #1
0
 /// <summary>
 /// 解析主站的基本信息
 /// </summary>
 /// <param name="PageStr"></param>
 protected void ReplaceSiteTags(ref string PageStr)
 {
     JumboTCMS.DAL.TemplateEngineDAL teDAL = new JumboTCMS.DAL.TemplateEngineDAL("0");
     teDAL.IsHtml = site.IsHtml;
     teDAL.ReplaceSiteTags(ref PageStr);
 }