I made the edits to my forums/Themes/default/index.template.php file by placing this code right after the <head>';
- Code: Select all
<link type="text/css" rel="stylesheet" id="arrowchat_css" media="all" href="/forums/arrowchat/external.php?type=css" charset="utf-8" />
<script type="text/javascript" src="/forums/arrowchat/includes/js/jquery.js"></script>
<script type="text/javascript" src="/forums/arrowchat/includes/js/jquery-ui.js"></script>
Then placed the following code right before the </body>
- Code: Select all
<script type="text/javascript" src="/forums/arrowchat/external.php?type=djs" charset="utf-8"></script>
<script type="text/javascript" src="/forums/arrowchat/external.php?type=js" charset="utf-8"></script>