summary refs log tree commit diff stats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php16
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
119echo($contents); 119echo($contents);
120 120
121ob_start();
122
123?>
124<script>
125var idcomments_acct = '872cea8b0422b8db211ca6ebdbaa199a';
126var idcomments_post_id;
127var idcomments_post_url = 'http://pillowcase.fourisland.com/comic<?php echo($getimage3['id']); ?>.htm';
128var 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();
135ob_end_clean();
136
137include('footer.php'); 121include('footer.php');
138 122
139?> 123?>