How can I add another link to "Main" box? Below the Administration Center
and Support and Credits. I would Like to add some Link "Live help" and it would take him to mywebsite.com/chat.php
Themes/default/Admin.template.php
Find
echo '
</tr>
</table>';
Replace
echo '
</tr>
<tr valign="top" class="windowbg2">';
<td style="padding-bottom: 2ex;" width="50%">
<div style="font-weight: bold; font-size: 1.1em;"><a href="http://www.yourwebsite.com/chat.php">Live Help</a></div>
Click here for live help!
</td>
</tr>
</table>';