diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-22 13:15:37 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-22 13:15:37 -0500 |
| commit | eee98526c48b9154cd9e9bc8bc3e07769e6a39ea (patch) | |
| tree | 9d8d719a2ccea91de86435ccd985241ddb3fa0cb /includes/footer.php | |
| parent | 653c7b3a488488d4b161a8fae41ada5851bf7685 (diff) | |
| download | pillowcase-eee98526c48b9154cd9e9bc8bc3e07769e6a39ea.tar.gz pillowcase-eee98526c48b9154cd9e9bc8bc3e07769e6a39ea.tar.bz2 pillowcase-eee98526c48b9154cd9e9bc8bc3e07769e6a39ea.zip | |
Rewrote Pillowcase
NOTE: There is a new database schema now, so the database from the testing server has to be copied over to the production server, otherwise this code will fail.
Diffstat (limited to 'includes/footer.php')
| -rw-r--r-- | includes/footer.php | 14 |
1 files changed, 14 insertions, 0 deletions
| diff --git a/includes/footer.php b/includes/footer.php new file mode 100644 index 0000000..da2d072 --- /dev/null +++ b/includes/footer.php | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | <UL CLASS="navbar"> | ||
| 3 | <LI><A HREF="/about.htm">About</A></LI> | ||
| 4 | <LI><A HREF="/archive.htm">Archive</A></LI> | ||
| 5 | <LI><A HREF="/contribute.htm">Contribute</A></LI> | ||
| 6 | <LI><A HREF="http://fourisland.com/fourm/viewforum.php?f=55">Fourm</A></LI> | ||
| 7 | </UL> | ||
| 8 | </DIV> | ||
| 9 | |||
| 10 | <DIV ID="footer"> | ||
| 11 | Pillowcase is a <A HREF="http://fourisland.com/">Four Island</A> project. It is owned by Starla Insigna.</A> | ||
| 12 | </DIV> | ||
| 13 | </BODY> | ||
| 14 | </HTML> | ||
