This tutorial will show you how to add a new link to the errors page useful links area.
Navigate to Admin CP > Look & feel Tab > select a skin > Edit Template HTML > All Global HTML > error
Find:
Add Below:
Click Save Template Bit and your done:
Navigate to Admin CP > Look & feel Tab > select a skin > Edit Template HTML > All Global HTML > error
Find:
<li><a href="java script:contact_admin();">{$this->ipsclass->lang['er_contact_admin']}</a></li>
Add Below:
<li><a href="link">link name</a></li>
Click Save Template Bit and your done:











