diff options
Diffstat (limited to 'theme')
-rwxr-xr-x | theme/comments.tpl | 4 | ||||
-rwxr-xr-x | theme/pingbacks.tpl | 14 | ||||
-rwxr-xr-x | theme/related.tpl | 2 |
3 files changed, 18 insertions, 2 deletions
diff --git a/theme/comments.tpl b/theme/comments.tpl index 341d933..d814292 100755 --- a/theme/comments.tpl +++ b/theme/comments.tpl | |||
@@ -1,7 +1,7 @@ | |||
1 | <A NAME="comments" /> | 1 | <A NAME="comments"></A> |
2 | 2 | ||
3 | <!--BEGIN COMMENTS--> | 3 | <!--BEGIN COMMENTS--> |
4 | <A NAME="comment-<!--COMMENTS.ID-->" /> | 4 | <A NAME="comment-<!--COMMENTS.ID-->"></A> |
5 | 5 | ||
6 | <DIV CLASS="bubble"> | 6 | <DIV CLASS="bubble"> |
7 | <BLOCKQUOTE> | 7 | <BLOCKQUOTE> |
diff --git a/theme/pingbacks.tpl b/theme/pingbacks.tpl new file mode 100755 index 0000000..0414fdb --- /dev/null +++ b/theme/pingbacks.tpl | |||
@@ -0,0 +1,14 @@ | |||
1 | <BR BREAK="both" /> | ||
2 | |||
3 | <DIV CLASS="bubble"> | ||
4 | <DIV CLASS="rounded"> | ||
5 | <BLOCKQUOTE> | ||
6 | <DIV> | ||
7 | <!--BEGIN PINGBACK--> | ||
8 | <A HREF="<!--PINGBACK.URL-->"><!--PINGBACK.TITLE--></A> on <!--PINGBACK.DATE--><BR> | ||
9 | <!--END PINGBACK--> | ||
10 | </DIV> | ||
11 | </BLOCKQUOTE> | ||
12 | </DIV> | ||
13 | <CITE CLASS="rounded"><STRONG>Pingbacks</STRONG></CITE> | ||
14 | </DIV> | ||
diff --git a/theme/related.tpl b/theme/related.tpl index c070359..5875f3c 100755 --- a/theme/related.tpl +++ b/theme/related.tpl | |||
@@ -1,3 +1,5 @@ | |||
1 | <BR BREAK="both" /> | ||
2 | |||
1 | <DIV CLASS="bubble"> | 3 | <DIV CLASS="bubble"> |
2 | <DIV CLASS="rounded"> | 4 | <DIV CLASS="rounded"> |
3 | <BLOCKQUOTE> | 5 | <BLOCKQUOTE> |