diff options
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 | ?> |
