diff options
Diffstat (limited to 'index.php')
| -rwxr-xr-x | index.php | 15 |
1 files changed, 15 insertions, 0 deletions
| 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 | ?> |
