Hello
I'm trying to install cometchat and in order to do that i must add the following code in to index.php
This code after the opening <head> tag
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script>jqcc=jQuery.noConflict(true);</script>
<link type="text/css" rel="stylesheet" media="all" href="cometchat/cometchatcss.php" charset="utf-8" />
and this before the closing </body> tag
<script type="text/javascript" src="cometchat/cometchatjs.php" charset="utf-8"></script>
The problem is i can't find the tags in the "The World News" template.
Can anyone tell me in which files i should look in to?
Thanks