-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
40 lines (19 loc) · 1.28 KB
/
footer.php
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
39
40
</div><?php box( (!$bI) ? "comments" : "social" )
//box( (!$bI) ? ( ($pg != "404") ? "comments" : "" ) : "social" )
?>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div class="clear"></div>
<div class="bar" id="footer">
Copyright © <?=date("Y") . " " . NAME?>
<div class="author">Site by <a href="mailto:gabriel@terrasoftlabs.com?subject=<?=urlencode(NAME)?>%20Site" title="Email the Designer">Gabriel Nahmias</a></div>
<a href="<?=URL_TERRASOFT?>" target="_blank" title="Visit Terrasoft's Site"><img src="img/ts.png" /></a>
<?php if ($bI): ?><div class="desktop"><a href="index.php?d" title="Visit the Desktop Version of the Site">Desktop Site</a></div><?php endif; ?>
</div>
</div>
</div>
</body>
</html>