diff options
-rwxr-xr-x[-rw-r--r--] | .hgignore | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | .htaccess | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | about.php | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | admin/add.php | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | admin/login.php | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | admin/logout.php | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | admin/main.php | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | admin/manage.php | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | admin/remove.php | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | admin/update.php | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | archive.php | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | contribute.php | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | footer.php | 15 | ||||
-rwxr-xr-x[-rw-r--r--] | header.php | 0 | ||||
-rwxr-xr-x | index.php | 15 | ||||
-rwxr-xr-x | style.css | 6 | ||||
-rwxr-xr-x[-rw-r--r--] | template.png | bin | 1196 -> 1196 bytes | |||
-rwxr-xr-x[-rw-r--r--] | title.png | bin | 7599 -> 7599 bytes |
18 files changed, 36 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore index 378539b..378539b 100644..100755 --- a/.hgignore +++ b/.hgignore | |||
diff --git a/.htaccess b/.htaccess index b09d5dc..b09d5dc 100644..100755 --- a/.htaccess +++ b/.htaccess | |||
diff --git a/about.php b/about.php index 83b284a..83b284a 100644..100755 --- a/about.php +++ b/about.php | |||
diff --git a/admin/add.php b/admin/add.php index 96a9219..96a9219 100644..100755 --- a/admin/add.php +++ b/admin/add.php | |||
diff --git a/admin/login.php b/admin/login.php index f938664..f938664 100644..100755 --- a/admin/login.php +++ b/admin/login.php | |||
diff --git a/admin/logout.php b/admin/logout.php index 639e045..639e045 100644..100755 --- a/admin/logout.php +++ b/admin/logout.php | |||
diff --git a/admin/main.php b/admin/main.php index aa01262..aa01262 100644..100755 --- a/admin/main.php +++ b/admin/main.php | |||
diff --git a/admin/manage.php b/admin/manage.php index 2485520..2485520 100644..100755 --- a/admin/manage.php +++ b/admin/manage.php | |||
diff --git a/admin/remove.php b/admin/remove.php index bf8e565..bf8e565 100644..100755 --- a/admin/remove.php +++ b/admin/remove.php | |||
diff --git a/admin/update.php b/admin/update.php index c84c2c4..c84c2c4 100644..100755 --- a/admin/update.php +++ b/admin/update.php | |||
diff --git a/archive.php b/archive.php index 02fffbf..02fffbf 100644..100755 --- a/archive.php +++ b/archive.php | |||
diff --git a/contribute.php b/contribute.php index 3d63fb2..3d63fb2 100644..100755 --- a/contribute.php +++ b/contribute.php | |||
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> |
diff --git a/header.php b/header.php index dbbb5bf..dbbb5bf 100644..100755 --- a/header.php +++ b/header.php | |||
diff --git a/index.php b/index.php index e10ee98..6f8ff7e 100755 --- a/index.php +++ b/index.php | |||
@@ -118,6 +118,21 @@ include('header.php'); | |||
118 | 118 | ||
119 | echo($contents); | 119 | echo($contents); |
120 | 120 | ||
121 | ob_start(); | ||
122 | |||
123 | ?> | ||
124 | <script> | ||
125 | var idcomments_acct = '872cea8b0422b8db211ca6ebdbaa199a'; | ||
126 | var idcomments_post_id; | ||
127 | var idcomments_post_url; | ||
128 | </script> | ||
129 | <span id="IDCommentsPostTitle" style="display:none"></span> | ||
130 | <script type='text/javascript' src='http://www.intensedebate.com/js/genericCommentWrapperV2.js'></script> | ||
131 | <?php | ||
132 | |||
133 | $addendum = ob_get_contents(); | ||
134 | ob_end_clean(); | ||
135 | |||
121 | include('footer.php'); | 136 | include('footer.php'); |
122 | 137 | ||
123 | ?> | 138 | ?> |
diff --git a/style.css b/style.css index 6894969..32742a2 100755 --- a/style.css +++ b/style.css | |||
@@ -93,3 +93,9 @@ ul#archive { | |||
93 | text-align: center; | 93 | text-align: center; |
94 | padding-left: 0; | 94 | padding-left: 0; |
95 | } | 95 | } |
96 | |||
97 | div#addendum { | ||
98 | margin: 0 auto; | ||
99 | max-width:800px; | ||
100 | min-width:180px; | ||
101 | } | ||
diff --git a/template.png b/template.png index 77a3ef5..77a3ef5 100644..100755 --- a/template.png +++ b/template.png | |||
Binary files differ | |||
diff --git a/title.png b/title.png index 951cc5b..951cc5b 100644..100755 --- a/title.png +++ b/title.png | |||
Binary files differ | |||