summary refs log tree commit diff stats
path: root/theme/comicarchive.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/comicarchive.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/comicarchive.tpl')
-rwxr-xr-xtheme/comicarchive.tpl37
1 files changed, 0 insertions, 37 deletions
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-->