summary refs log tree commit diff stats
path: root/theme/related.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/related.tpl')
-rw-r--r--theme/related.tpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/theme/related.tpl b/theme/related.tpl new file mode 100644 index 0000000..c070359 --- /dev/null +++ b/theme/related.tpl
@@ -0,0 +1,12 @@
1<DIV CLASS="bubble">
2 <DIV CLASS="rounded">
3 <BLOCKQUOTE>
4 <DIV>
5 <!--BEGIN POST-->
6 <A HREF="/blog/<!--POST.CODED-->/"><!--POST.TITLE--></A> by <A HREF="/blog/author/<!--POST.AUTHOR-->.php"><!--POST.AUTHOR--></A> on <!--POST.DATE--><BR>
7 <!--END POST-->
8 </DIV>
9 </BLOCKQUOTE>
10 </DIV>
11 <CITE CLASS="rounded"><STRONG>Theoretically Related Posts</STRONG></CITE>
12</DIV>