<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Totti的部落格]]></title> 
<link>https://iam.ittot.com/index.php</link> 
<description><![CDATA[记录我的生活，收集我的收集]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Totti的部落格]]></copyright>
<item>
<link>https://iam.ittot.com/read.php/844.htm</link>
<title><![CDATA[修改Bo-Blog转向分类在原窗口打开]]></title> 
<author>Totti &lt;totti5116@163.com&gt;</author>
<category><![CDATA[收集]]></category>
<pubDate>Tue, 23 Oct 2007 06:17:56 +0000</pubDate> 
<guid>https://iam.ittot.com/read.php/844.htm</guid> 
<description>
<![CDATA[ 
	默认Bo-Blog转向分类是在新窗口打开，某些情况下带来了不便，于是寻思着修改下，打开inc/mod_basic.php文件，查找：<br/><br/><div class="code">if ($catearray&#91;&#039;cateurl&#039;&#93;!=&#039;&#039;) &#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$cateurl=$catearray&#91;&#039;cateurl&#039;&#93;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$rssurl=&#039;&#039;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$target=&#039; target=&quot;_blank&quot;&#039;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$catecount=&#039;&#039;;</div><br/>修改成<br/><br/><div class="code">if ($catearray&#91;&#039;cateurl&#039;&#93;!=&#039;&#039;) &#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$cateurl=$catearray&#91;&#039;cateurl&#039;&#93;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$rssurl=&#039;&#039;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$target=&#039; target=&quot;_self&quot;&#039;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$catecount=&#039;&#039;;</div><br/><br/>记录备忘，防止以后更新覆盖了。
]]>
</description>
</item><item>
<link>https://iam.ittot.com/read.php/844.htm#blogcomment2187</link>
<title><![CDATA[[评论] 修改Bo-Blog转向分类在原窗口打开]]></title> 
<author>鬼火 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 23 Oct 2007 09:46:23 +0000</pubDate> 
<guid>https://iam.ittot.com/read.php/844.htm#blogcomment2187</guid> 
<description>
<![CDATA[ 
	转向分类是啥……
]]>
</description>
</item>
</channel>
</rss>