root/trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/entry.mtml @ 1255

Revision 1255, 0.7 kB (checked in by bsmith, 12 months ago)

adding Vanilla+TypePad?-Connect-Comments

Line 
1<!--
2    == STEP 5 ==
3    Include TypePad Connect Configuration Module on entry detail.
4-->
5<$mt:Include module="TypePad Connect Configuration"$>
6
7<mt:IncludeBlock module="Wrapper">
8
9    <h1><$mt:EntryTitle$></h1>
10
11<!--
12    == STEP 6 ==
13    Include TypePad Connect Comments Module, if you don't need MT comments.
14-->
15
16    <!-- Use this for TypePad Connect Comments -->
17    <$mt:Include module="TypePad Connect Comments"$>
18
19<!--
20    == STEP 7 (optional) ==
21    Include TypePad Connect Comments Module, if you don't need your older comments.
22-->
23<mt:Ignore>
24    <!-- Use this for combined TP and MT comments -->
25    <$mt:Include module="TypePad and Movable Type Comments"$>
26</mt:Ignore>
27
28</mt:IncludeBlock>
Note: See TracBrowser for help on using the browser.