-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathfooter.php
More file actions
38 lines (36 loc) · 1.68 KB
/
footer.php
File metadata and controls
38 lines (36 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
</div>
<span style="font-size: 11px;">Copyright © 2013 <a style="color: #555555;" href="http://charatrp.com/">Charat</a> & <a style="color: #555555;" href="http://theoverseerproject.com/">The Overseer</a>. All rights reserved.</span>
<br />
<span style="font-size: 11px;"><a style="color: #555555;" href="http://www.mspaintadventures.com/?s=6&p=001901">Homestuck</a> is copyright © Andrew Hussie.</span>
<?php
if ($userrow['dreamingstatus'] == "Prospit") {
echo '<br />
<span style="font-size: 11px;"><a style="color: #555555;" href="http://juls-art.tumblr.com/post/27674167117/15-derse-or-prospit-prospit-i-wasnt-sure-if-it">Prospit background image</a> by
<a style="color: #555555;" href="http://splitsoulsister.tumblr.com/">splitsoulsister</a></span>';
}
$supertime_end = microtime(true);
if (!empty($supertime_begin)) {
$supertime_total = $supertime_end - $supertime_begin;
echo '<br /><span style="font-size: 11px;">Page executed in ' . strval($supertime_total) . ' seconds.</span>';
}
?>
</div>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=9041234;
var sc_invisible=1;
var sc_security="65c8ecff";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="create counter"
href="http://statcounter.com/free-hit-counter/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/9041234/0/65c8ecff/1/"
alt="create counter"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</body>
</html>