テンプレート・モジュール : subscribe
自分でテンプレート・モジュールを作成する場合は、この標準モジュールをベースに、カスタマイズをするのが楽です。モジュールを作成したら、『新しくテンプレート・モジュールを作成』をクリックして、名前( subscribe )をつけて保存します。作成したモジュールは、以下のように記述することで、他のテンプレートで読み込むことができます。
- <$MTInclude module="subscribe"$>
 
関連モジュール・テンプレート
テンプレートの内容
<div class="module-subscribe module">
	<div class="module-content">
		<a onclick="window.open(this.href, 'blogroll', 'width=550,height=600,scrollbars=yes'); return false;" href="<$MTCGIPath$><$MTAppScript$>/lists?__mode=quickpost&is_qp=1&type=1&qp_href=<$MTBlogURL encode_url="1"$>"><$MTTrans phrase="Add me to your TypePad People list"$></a>
	</div>
</div>
      
        [ テンプレート一覧に戻る ] [ モジュール一覧に戻る ]