bug.... 1.8 Spirit
\INCLUDE\misc.asp
<li><a href="http://www.rainbowsoft.org/" target="_blank"><img src="<%=ZC_BLOG_HOST%>image/logo/zblog.gif" height="31" width="88" border="0" alt="RainbowSoft Studio Z-Blog" /></a></li>
<li><a href="guestbook.asp" target="_blank"><img src="<%=ZC_BLOG_HOST%>image/logo/messageboard.gif" height="15" width="80" border="0" alt="RainbowSoft Studio Z-Blog" /></a></li>
<li><a href="wap.asp" target="_blank"><img src="<%=ZC_BLOG_HOST%>image/logo/wap.gif" height="15" width="80" border="0" alt="本站支持WAP访问" /></a></li>
<!-- <li><a href="feed.asp?atom" target="_blank"><img src="<%=ZC_BLOG_HOST%>image/logo/atom.gif" height="14" width="41" border="0" alt="订阅本站的 ATOM 1.0 新闻聚合" /></a></li> -->
<li><a href="rss.xml" target="_blank"><img src="<%=ZC_BLOG_HOST%>image/logo/xml.gif" height="14" width="36" border="0" alt="订阅本站的 RSS 2.0 新闻聚合" /></a></li>
应该改成
<li><a href="http://www.rainbowsoft.org/" target="_blank"><img src="<%=ZC_BLOG_HOST%>image/logo/zblog.gif" height="31" width="88" border="0" alt="RainbowSoft Studio Z-Blog" /></a></li>
<li><a href="<%=ZC_BLOG_HOST%>guestbook.asp" target="_blank"><img src="<%=ZC_BLOG_HOST%>image/logo/messageboard.gif" height="15" width="80" border="0" alt="RainbowSoft Studio Z-Blog" /></a></li>
<li><a href="<%=ZC_BLOG_HOST%>wap.asp" target="_blank"><img src="<%=ZC_BLOG_HOST%>image/logo/wap.gif" height="15" width="80" border="0" alt="本站支持WAP访问" /></a></li>
<!-- <li><a href="<%=ZC_BLOG_HOST%>feed.asp?atom" target="_blank"><img src="<%=ZC_BLOG_HOST%>image/logo/atom.gif" height="14" width="41" border="0" alt="订阅本站的 ATOM 1.0 新闻聚合" /></a></li> -->
<li><a href="<%=ZC_BLOG_HOST%>rss.xml" target="_blank"><img src="<%=ZC_BLOG_HOST%>image/logo/xml.gif" height="14" width="36" border="0" alt="订阅本站的 RSS 2.0 新闻聚合" /></a></li>
不修改,如果内页也有这个连接的话就会跑到<%=ZC_BLOG_HOST%>post/***.asp里面去...
[ 本帖最后由 nobird 于 2008-6-10 20:57 编辑 ]