diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-21 21:34:42 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-21 21:34:42 -0500 |
commit | 03b5cfdb6dba147fe7f5324a8620693d96f80887 (patch) | |
tree | da06dbd5422e07865ca576dae4c58c3948de84ba /index.php | |
parent | 818fc288b8d88b6529a299ed84fb7d6acacda9ef (diff) | |
download | pillowcase-03b5cfdb6dba147fe7f5324a8620693d96f80887.tar.gz pillowcase-03b5cfdb6dba147fe7f5324a8620693d96f80887.tar.bz2 pillowcase-03b5cfdb6dba147fe7f5324a8620693d96f80887.zip |
Added IntenseDebate parameters
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php index 6f8ff7e..f163cc8 100755 --- a/index.php +++ b/index.php | |||
@@ -124,7 +124,8 @@ ob_start(); | |||
124 | <script> | 124 | <script> |
125 | var idcomments_acct = '872cea8b0422b8db211ca6ebdbaa199a'; | 125 | var idcomments_acct = '872cea8b0422b8db211ca6ebdbaa199a'; |
126 | var idcomments_post_id; | 126 | var idcomments_post_id; |
127 | var idcomments_post_url; | 127 | var idcomments_post_url = 'http://pillowcase.fourisland.com/comic<?php echo($getimage3['id']); ?>.htm'; |
128 | var idcomments_post_title = '<?php echo($getimage3['title']); ?>'; | ||
128 | </script> | 129 | </script> |
129 | <span id="IDCommentsPostTitle" style="display:none"></span> | 130 | <span id="IDCommentsPostTitle" style="display:none"></span> |
130 | <script type='text/javascript' src='http://www.intensedebate.com/js/genericCommentWrapperV2.js'></script> | 131 | <script type='text/javascript' src='http://www.intensedebate.com/js/genericCommentWrapperV2.js'></script> |