summary refs log tree commit diff stats
path: root/theme/footer.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/footer.tpl')
-rw-r--r--[-rwxr-xr-x]theme/footer.tpl91
1 files changed, 53 insertions, 38 deletions
diff --git a/theme/footer.tpl b/theme/footer.tpl index eecbdcf..950b16e 100755..100644 --- a/theme/footer.tpl +++ b/theme/footer.tpl
@@ -1,45 +1,60 @@
1 <!-- End content --></DIV> 1 </div>
2 </div>
3 </div>
4
5 <div class="cleardiv"></div>
6 </div>
7
8 <div id="footer">
9 <div class="foot-module">
10 <h3>Recent Comments</h3>
2 11
3 <!--BEGIN RIGHTBAR--> 12 <ul>
4 <!--INCLUDE sidebar--> 13 <!--BEGIN COMMENTS-->
5 <!--END RIGHTBAR--> 14 <li style="font-size: 0.9em"><!--COMMENTS.AUTHOR--> on <a href="/<!--COMMENTS.AREA-->/<!--COMMENTS.CODED--><!--COMMENTS.ENDING-->#comment-<!--COMMENTS.ID-->"><!--COMMENTS.TITLE--></a></li>
15 <!--END COMMENTS-->
16 </ul>
17 </div>
6 18
7 <!--BEGIN EXTRA--> 19 <div class="foot-module">
8 <!--EXTRA.SIDEBARS--> 20 <h3>Recent Fourm Posts</h3>
9 <!--END EXTRA-->
10 21
11 <DIV CLASS="cleardiv"></DIV> 22 <ul>
23 <!--BEGIN FOURM-->
24 <li style="font-size: 0.9em"><!--FOURM.USERNAME--> on <a href="/fourm/viewtopic.php?t=<!--FOURM.TOPIC-->&amp;p=<!--FOURM.POST-->#p<!--FOURM.POST-->"><!--FOURM.SUBJECT--></a></li>
25 <!--END FOURM-->
26 </ul>
27 </div>
12 28
13 <!--BEGIN ONFOURM--> 29 <div class="foot-module">
14 <DIV> 30 <h3>Top Commenters</h3>
15 <!--END ONFOURM-->
16 </DIV>
17 31
18 <DIV ID="footer"> 32 <ul>
19 <UL CLASS="rows"> 33 <!--BEGIN TOP-->
20 <LI>Four Island (r<!--REVISION-->) is by <a href="http://fourisland.com">Starla Insigna</a></LI> 34 <li style="font-size: 0.9em"><!--TOP.USERNAME--> (<!--TOP.COUNT-->)</li>
21 <LI>Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</a>.</LI> 35 <!--END TOP-->
22 <LI><A HREF="/wiki/privacy-policy/">Privacy Policy</A></LI> 36 </ul>
23 </UL> 37 </div>
24 38
25 <UL CLASS="together"> 39 <div class="foot-module">
26 <LI><A HREF="http://jigsaw.w3.org/css-validator/"><IMG SRC="/theme/images/icons/css_valid.png" ALT="Valid CSS"></A></LI> 40 <h3>Popular Posts</h3>
27 <LI><A HREF="/blog/sortof-valid-html-no-lt-doctype-gt/"><IMG SRC="/theme/images/icons/html_valid.png" ALT="Sortof Valid HTML"></A></LI>
28 <LI><A class="noVisit" HREF="/rss.php"><IMG SRC="/theme/images/icons/feed.png" ALT="RSS Feed"></A></LI>
29 </UL>
30 </DIV>
31 </DIV>
32 41
33 <!--Google Analytics--> 42 <ul>
34 <script type="text/javascript"> 43 <!--BEGIN POPULAR-->
35 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); 44 <li style="font-size: 0.9em"><a href="/blog/<!--POPULAR.CODED-->/"><!--POPULAR.TITLE--></a></li>
36 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); 45 <!--END POPULAR-->
37 </script> 46 </ul>
38 <script type="text/javascript"> 47 </div>
39 var pageTracker = _gat._getTracker("UA-2895652-1"); 48
40 pageTracker._initData(); 49 <div class="cleardiv"></div>
41 pageTracker._trackPageview(); 50
42 </script> 51 <p>
43 <!--Google Analytics--> 52 Four Island (<a href="http://code.fourisland.com/fourisland/">r<!--REVISION--></a>) is by <a href="http://fourisland.com">Starla Insigna</a>.
44 </BODY> 53 Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</a>.
45</HTML> 54 <a href="http://jigsaw.w3.org/css-validator/"><img src="/theme/images/icons/css_valid.png" alt="Valid CSS" /></a>
55 <a href="http://validator.w3.org/check/referer"><img src="/theme/images/icons/xhtml_valid.png" alt="Valid XHTML" /></a>
56 <a class="noVisit" href="/rss.php"><img src="/theme/images/icons/feed.png" alt="RSS Feed" /></a>
57 </p>
58 </div>
59 </body>
60</html>