summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2009-02-21 21:21:39 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2009-02-21 21:21:39 -0500
commit818fc288b8d88b6529a299ed84fb7d6acacda9ef (patch)
tree75cdaf049c9bc4aba177f91fb30e4da0f546789e
parentd0601a55010cd9fe2f2587ce157ce059e5da732e (diff)
downloadpillowcase-818fc288b8d88b6529a299ed84fb7d6acacda9ef.tar.gz
pillowcase-818fc288b8d88b6529a299ed84fb7d6acacda9ef.tar.bz2
pillowcase-818fc288b8d88b6529a299ed84fb7d6acacda9ef.zip
Added IntenseDebate
-rwxr-xr-x[-rw-r--r--].hgignore0
-rwxr-xr-x[-rw-r--r--].htaccess0
-rwxr-xr-x[-rw-r--r--]about.php0
-rwxr-xr-x[-rw-r--r--]admin/add.php0
-rwxr-xr-x[-rw-r--r--]admin/login.php0
-rwxr-xr-x[-rw-r--r--]admin/logout.php0
-rwxr-xr-x[-rw-r--r--]admin/main.php0
-rwxr-xr-x[-rw-r--r--]admin/manage.php0
-rwxr-xr-x[-rw-r--r--]admin/remove.php0
-rwxr-xr-x[-rw-r--r--]admin/update.php0
-rwxr-xr-x[-rw-r--r--]archive.php0
-rwxr-xr-x[-rw-r--r--]contribute.php0
-rwxr-xr-x[-rw-r--r--]footer.php15
-rwxr-xr-x[-rw-r--r--]header.php0
-rwxr-xr-xindex.php15
-rwxr-xr-xstyle.css6
-rwxr-xr-x[-rw-r--r--]template.pngbin1196 -> 1196 bytes
-rwxr-xr-x[-rw-r--r--]title.pngbin7599 -> 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
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>
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
119echo($contents); 119echo($contents);
120 120
121ob_start();
122
123?>
124<script>
125var idcomments_acct = '872cea8b0422b8db211ca6ebdbaa199a';
126var idcomments_post_id;
127var 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();
134ob_end_clean();
135
121include('footer.php'); 136include('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
97div#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