summary refs log tree commit diff stats
path: root/theme/related.tpl
blob: c0703596ccf21fe854855dcefe66faf3c6eeb4fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<DIV CLASS="bubble">
	<DIV CLASS="rounded">
		<BLOCKQUOTE>
			<DIV>
				<!--BEGIN POST-->
				<A HREF="/blog/<!--POST.CODED-->/"><!--POST.TITLE--></A> by <A HREF="/blog/author/<!--POST.AUTHOR-->.php"><!--POST.AUTHOR--></A> on <!--POST.DATE--><BR>
				<!--END POST-->
			</DIV>
		</BLOCKQUOTE>
	</DIV>
	<CITE CLASS="rounded"><STRONG>Theoretically Related Posts</STRONG></CITE>
</DIV>