diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-21 21:47:29 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-21 21:47:29 -0500 |
commit | f49872fe49f0b965d5c999002279b7ca1a471a60 (patch) | |
tree | 6c56f73f6d2dfa1bbaab5c053321458014709377 /index.php | |
parent | 03b5cfdb6dba147fe7f5324a8620693d96f80887 (diff) | |
download | pillowcase-f49872fe49f0b965d5c999002279b7ca1a471a60.tar.gz pillowcase-f49872fe49f0b965d5c999002279b7ca1a471a60.tar.bz2 pillowcase-f49872fe49f0b965d5c999002279b7ca1a471a60.zip |
Removed IntenseDebate
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/index.php b/index.php index f163cc8..e10ee98 100755 --- a/index.php +++ b/index.php | |||
@@ -118,22 +118,6 @@ 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 = 'http://pillowcase.fourisland.com/comic<?php echo($getimage3['id']); ?>.htm'; | ||
128 | var idcomments_post_title = '<?php echo($getimage3['title']); ?>'; | ||
129 | </script> | ||
130 | <span id="IDCommentsPostTitle" style="display:none"></span> | ||
131 | <script type='text/javascript' src='http://www.intensedebate.com/js/genericCommentWrapperV2.js'></script> | ||
132 | <?php | ||
133 | |||
134 | $addendum = ob_get_contents(); | ||
135 | ob_end_clean(); | ||
136 | |||
137 | include('footer.php'); | 121 | include('footer.php'); |
138 | 122 | ||
139 | ?> | 123 | ?> |