summary refs log tree commit diff stats
path: root/footer.php
blob: 66f9d566e39aec0bd2225e7257f90d863e654a51 (plain) (blame)
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
			<UL CLASS="navbar">
				<LI><A HREF="/about.htm">About</A></LI>
				<LI><A HREF="/archive.htm">Archive</A></LI>
				<LI><A HREF="/contribute.htm">Contribute</A></LI>
				<LI><A HREF="http://fourisland.com/fourm/viewforum.php?f=55">Fourm</A></LI>
			</UL>
		</DIV>

<?php

if (isset($addendum))
{

?>
		<DIV ID="addendum">
			<?php echo($addendum); ?>
		</DIV>
<?php

}

?>

		<DIV ID="footer">
			Pillowcase is a <A HREF="http://fourisland.com/">Four Island</A> project. It is owned by Starla Insigna.</A>
		</DIV>
	</BODY>
</HTML>