summary refs log tree commit diff stats
path: root/footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'footer.php')
-rwxr-xr-x[-rw-r--r--]footer.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/footer.php b/footer.php index da2d072..66f9d56 100644..100755 --- a/footer.php +++ b/footer.php
@@ -7,6 +7,21 @@
7 </UL> 7 </UL>
8 </DIV> 8 </DIV>
9 9
10<?php
11
12if (isset($addendum))
13{
14
15?>
16 <DIV ID="addendum">
17 <?php echo($addendum); ?>
18 </DIV>
19<?php
20
21}
22
23?>
24
10 <DIV ID="footer"> 25 <DIV ID="footer">
11 Pillowcase is a <A HREF="http://fourisland.com/">Four Island</A> project. It is owned by Starla Insigna.</A> 26 Pillowcase is a <A HREF="http://fourisland.com/">Four Island</A> project. It is owned by Starla Insigna.</A>
12 </DIV> 27 </DIV>