Sau mai poti sa faci într-un fel, această rezolvare „made by me”

Cauţi în fişierul includes/page_tail.php următoarea linie
Cod: Selectaţi tot
//
// Show the overall footer.
//
$admin_link = ( $userdata['user_level'] == ADMIN ) ? '<a href="' . append_sid("admin/index.$phpEx") . '">' . $lang['Admin_panel'] . '</a><br /><br />' : '';
$template->set_filenames(array(
'overall_footer' => ( empty($gen_simple_header) ) ? 'overall_footer.tpl' : 'simple_footer.tpl')
);
După găsirea acestei linii poti adăuga codul tău
Cod: Selectaţi tot
?>
<center>
<!-- CO.NR Button Begin - http://www.freedomain.co.nr/ -->
<a href="http://www.freedomain.co.nr/" target="_top">
<img src="[Button Location]" width="88" height="31" border="0" alt="Free Domain Name - www.YOU.co.nr"></a>
<!-- CO.NR Button End - http://www.freedomain.co.nr/ -->
</center>
<?php