In the header template find:
<a href="usercp.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_profile.gif" alt="Here you can view your subscribed threads, work with private messages and edit your profile and preferences" border="0"></a>
below add:
<a href="chat.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_chat.gif" alt="Enter Chat Room" border="0"></a>
This asumes that the chat is located at chat.php and the image is called top_chat.gif
|