「Feedpathで購読」ボタンをはてなダイアリーのサイドバーに

 「Feedpathで購読」ボタン(id:yano3:20060208:1139411007)をサイドバーに設置しました。以下メモ。

(略)
<div class="sidebar">
(略)
	<div class="hatena-module">
	<div class="hatena-moduletitle">[モジュールタイトル]</div>
	<div class="hatena-modulebody">
	<a href="http://feedpath.jp/feedreader/feeds_add?url=[フィードのURL]"  target="_blank">
	<img src="http://feedpath.jp/feedpath/images/sub_feedpath.gif" title="Feedpathで購読" width="91" height="17">
	</a>
	</div>
	</div>
(略)
</div>