|
Revision 1259, 1.2 kB
(checked in by bsmith, 12 months ago)
|
|
adding profile to Vanilla+TypePad?-Connect-Comments template set
|
| Line | |
|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|---|
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> |
|---|
| 4 | <head> |
|---|
| 5 | <title><$mt:BlogName encode_html="1"$></title> |
|---|
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=<$mt:PublishCharset$>" /> |
|---|
| 7 | </head> |
|---|
| 8 | <body> |
|---|
| 9 | |
|---|
| 10 | <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> + <__trans phrase="TypePad Connect Comments"></h1> |
|---|
| 11 | |
|---|
| 12 | <ul> |
|---|
| 13 | <li><a href="<mt:Link template="profile">">view profile<a></li> |
|---|
| 14 | </ul> |
|---|
| 15 | |
|---|
| 16 | <!-- end header --><hr /> |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | <$mt:Var name="contents"$> |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | <!-- start footer --><hr /> |
|---|
| 23 | |
|---|
| 24 | <p><__trans phrase="_POWERED_BY"> and the Vanilla template set</p> |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | <!-- |
|---|
| 28 | == STEP 3 == |
|---|
| 29 | TypePad Connect Script for updating the comment counts on listing templates. |
|---|
| 30 | This script tag should be placed before the </body> tag on any page having a |
|---|
| 31 | listing of entries with comment counts. If you have a common footer module |
|---|
| 32 | (or other footer include file), place this script in that module. |
|---|
| 33 | --> |
|---|
| 34 | <script type="text/javascript" src="http://profile.typepad.com/services/embed/tpc/<$mt:Var name="typepad_blog_id"$>/counts_embed.js"></script> |
|---|
| 35 | |
|---|
| 36 | </body> |
|---|
| 37 | </html> |
|---|