summary refs log tree commit diff stats
path: root/theme/comic.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-07 17:48:05 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-07 17:48:05 -0500
commiteff957fc6c3f9fb2939e7fd9e28ed27a7ea28306 (patch)
treeb56eff365f7be48ad50a493191e95382656e4061 /theme/comic.tpl
parent6da9342fba299c30983c1d32e293a0a29401b13c (diff)
downloadfourisland-eff957fc6c3f9fb2939e7fd9e28ed27a7ea28306.tar.gz
fourisland-eff957fc6c3f9fb2939e7fd9e28ed27a7ea28306.tar.bz2
fourisland-eff957fc6c3f9fb2939e7fd9e28ed27a7ea28306.zip
Removed "comic" module
As KFM is pretty much dead, there is no need for an incomplete comic viewing module. Anyway, if I was ever going to start KFM again, the comics would
be displayed on the main blog.
Diffstat (limited to 'theme/comic.tpl')
-rwxr-xr-xtheme/comic.tpl46
1 files changed, 0 insertions, 46 deletions
diff --git a/theme/comic.tpl b/theme/comic.tpl deleted file mode 100755 index 8ce4236..0000000 --- a/theme/comic.tpl +++ /dev/null
@@ -1,46 +0,0 @@
1<!--BEGIN BACK--><SPAN CLASS="back-post">&laquo; <A HREF="/comic/<!--BACK.CODED-->/"><!--BACK.TITLE--></A></SPAN><!--END BACK-->
2<!--BEGIN NEXT--><SPAN CLASS="next-post"><A HREF="/comic/<!--NEXT.CODED-->/"><!--NEXT.TITLE--></A> &raquo;</SPAN><!--END NEXT-->
3
4<!--BEGIN COMIC-->
5<DIV CLASS="post vevent" ID="post-<!--COMIC.ID-->">
6 <DIV CLASS="post-date-<!--COMIC.YEARID-->">
7 <ABBR CLASS="dtstart" TITLE="<!--COMIC.DATE-->">
8 <SPAN CLASS="post-month"><!--COMIC.MONTH--></SPAN>
9 <SPAN CLASS="post-day"><!--COMIC.DAY--></SPAN>
10 </ABBR>
11 </DIV>
12
13 <DIV CLASS="post-title">
14 <H2>
15 <!--BEGIN EXTERNAL--><A CLASS="url" HREF="/comic/<!--POST.CODED-->/" REL="bookmark" TITLE="Permalink for <!--COMIC.TITLE-->"><!--END EXTERNAL-->
16 <SPAN CLASS="summary"><!--COMIC.TITLE--></SPAN>
17 <!--BEGIN EXTERNAL--></A><!--END EXTERNAL-->
18 </H2>
19
20 <SPAN CLASS="post-cat-hatkirby category">
21 <A HREF="/blog/author/hatkirby.php">Hatkirby</A>
22 </SPAN>
23
24 <SPAN CLASS="mini-add-comment">
25 <A CLASS="noVisit" HREF="/comic/<!--COMIC.CODED-->/#comments">Add Comment&nbsp;&#187;</A>
26 </SPAN>
27 </DIV>
28
29 <DIV CLASS="entry description">
30 <DIV CLASS="bubble">
31 <DIV CLASS="rounded">
32 <BLOCKQUOTE>
33 <DIV>
34 <A HREF="/images/kfm/<!--COMIC.IMAGE-->" CLASS="thickbox">
35 <IMG SRC="http://fourisland.com/thumb.php?file=images/kfm/<!--COMIC.IMAGE-->&mode=<!--COMIC.MODE-->&by=400" ALIGN="center" WIDTH="400">
36 </A>
37
38 <P><!--COMIC.TEXT--></P>
39 </DIV>
40 </BLOCKQUOTE>
41 </DIV>
42 <CITE CLASS="rounded"><STRONG>Hatkirby</STRONG> on <!--COMIC.DATE--></CITE>
43 </DIV>
44 </DIV>
45</DIV>
46<!--END COMIC-->