diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-21 21:21:39 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-21 21:21:39 -0500 |
commit | 818fc288b8d88b6529a299ed84fb7d6acacda9ef (patch) | |
tree | 75cdaf049c9bc4aba177f91fb30e4da0f546789e /footer.php | |
parent | d0601a55010cd9fe2f2587ce157ce059e5da732e (diff) | |
download | pillowcase-818fc288b8d88b6529a299ed84fb7d6acacda9ef.tar.gz pillowcase-818fc288b8d88b6529a299ed84fb7d6acacda9ef.tar.bz2 pillowcase-818fc288b8d88b6529a299ed84fb7d6acacda9ef.zip |
Added IntenseDebate
Diffstat (limited to 'footer.php')
-rwxr-xr-x[-rw-r--r--] | footer.php | 15 |
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 | |||
12 | if (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> |