From 08b3bc9da6051e3c43229a68eb41fb57e5cff349 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 16 Jun 2009 11:45:59 -0400 Subject: Added Facebook link Also fixed broken link to Contribute page from About page. --- .hgignore | 0 .htaccess | 0 comic.php | 0 images/comics/empty | 0 images/template.png | Bin images/title.png | Bin includes/footer.php | 1 + includes/functions.php | 0 includes/header.php | 0 includes/update.php | 0 index.php | 0 pages/about.php | 2 +- pages/archive.php | 0 pages/contribute.php | 0 rss.php | 0 15 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 .hgignore mode change 100644 => 100755 .htaccess mode change 100644 => 100755 comic.php mode change 100644 => 100755 images/comics/empty mode change 100644 => 100755 images/template.png mode change 100644 => 100755 images/title.png mode change 100644 => 100755 includes/footer.php mode change 100644 => 100755 includes/functions.php mode change 100644 => 100755 includes/header.php mode change 100644 => 100755 includes/update.php mode change 100644 => 100755 index.php mode change 100644 => 100755 pages/about.php mode change 100644 => 100755 pages/archive.php mode change 100644 => 100755 pages/contribute.php mode change 100644 => 100755 rss.php diff --git a/.hgignore b/.hgignore old mode 100644 new mode 100755 diff --git a/.htaccess b/.htaccess old mode 100644 new mode 100755 diff --git a/comic.php b/comic.php old mode 100644 new mode 100755 diff --git a/images/comics/empty b/images/comics/empty old mode 100644 new mode 100755 diff --git a/images/template.png b/images/template.png old mode 100644 new mode 100755 diff --git a/images/title.png b/images/title.png old mode 100644 new mode 100755 diff --git a/includes/footer.php b/includes/footer.php old mode 100644 new mode 100755 index da2d072..588af02 --- a/includes/footer.php +++ b/includes/footer.php @@ -4,6 +4,7 @@
  • Archive
  • Contribute
  • Fourm
  • +
  • Facebook
  • diff --git a/includes/functions.php b/includes/functions.php old mode 100644 new mode 100755 diff --git a/includes/header.php b/includes/header.php old mode 100644 new mode 100755 diff --git a/includes/update.php b/includes/update.php old mode 100644 new mode 100755 diff --git a/index.php b/index.php old mode 100644 new mode 100755 diff --git a/pages/about.php b/pages/about.php old mode 100644 new mode 100755 index c85544f..c8990a8 --- a/pages/about.php +++ b/pages/about.php @@ -2,7 +2,7 @@

    Pillowcase is a Four Island project, majorly operated by Starla Insigna, though - it is possible that other people may have contributed to it (see contributing). + it is possible that other people may have contributed to it (see contributing).

    diff --git a/pages/archive.php b/pages/archive.php old mode 100644 new mode 100755 diff --git a/pages/contribute.php b/pages/contribute.php old mode 100644 new mode 100755 diff --git a/rss.php b/rss.php old mode 100644 new mode 100755 -- cgit 1.4.1