summary refs log tree commit diff stats
path: root/theme
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
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')
-rwxr-xr-xtheme/comic.tpl46
-rwxr-xr-xtheme/comicarchive.tpl37
2 files changed, 0 insertions, 83 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-->
diff --git a/theme/comicarchive.tpl b/theme/comicarchive.tpl deleted file mode 100755 index dc5e443..0000000 --- a/theme/comicarchive.tpl +++ /dev/null
@@ -1,37 +0,0 @@
1<!--BEGIN MONTH-->
2<H3 STYLE="clear: both; display: block; margin-bottom: 0"><!--MONTH.TITLE--></H2>
3 <!--BEGIN MONTH.BIG-->
4 <DIV CLASS="post">
5 <DIV CLASS="post-date-<!--MONTH.BIG.YEARID-->">
6 <ABBR CLASS="dtstart" TITLE="<!--MONTH.BIG.DATE-->">
7 <SPAN CLASS="post-month"><!--MONTH.BIG.MONTH--></SPAN>
8 <SPAN CLASS="post-day"><!--MONTH.BIG.DAY--></SPAN>
9 </ABBR>
10 </DIV>
11
12 <DIV CLASS="post-title">
13 <H2>
14 <A CLASS="url" HREF="/comic/<!--MONTH.BIG.CODED-->/" REL="bookmark" TITLE="Permalink for <!--MONTH.BIG.TITLE-->">
15 <SPAN CLASS="summary"><!--MONTH.BIG.TITLE--></SPAN>
16 </A>
17 </H2>
18
19 <SPAN CLASS="post-cat-<!--MONTH.BIG.AUTHOR--> category">
20 <A HREF="/blog/author/<!--MONTH.BIG.AUTHOR-->.php"><!--MONTH.BIG.AUTHOR--></A>
21 </SPAN>
22
23 <SPAN CLASS="post-comment<!--MONTH.BIG.PLURALCOMMENT-->">
24 <A CLASS="noVisit" HREF="/comic/<!--MONTH.BIG.CODED-->/#comments"><!--MONTH.BIG.COMMENTS-->&nbsp;&#187;</A>
25 </SPAN>
26 </DIV>
27 </DIV>
28 <!--END MONTH.BIG-->
29
30 <!--BEGIN MONTH.SMALL-->
31 <SMALL><SPAN STYLE="margin-left: 50"><!--MONTH.SMALL.DATE--> | <A HREF="/comic/<!--MONTH.SMALL.CODED-->/"><!--MONTH.SMALL.TITLE--></A></SPAN></SMALL><BR>
32 <!--END MONTH.SMALL-->
33
34 <!--BEGIN MONTH.BIGEND-->
35 <BR><P><BR>
36 <!--END MONTH.BIGEND-->
37<!--END MONTH-->