Hi, Noneya99
I'm just trying to do the same. Display images instead text on navezpagestop. You say you added links to your images? I will be very grateful to you if you could transcribe an example of what you had done.
You added it below the highlighted in red?
PHP Code:
[COLOR="Red"]<!--bof-header ezpage links-->[/COLOR]
<?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
<?php require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?>
<?php } ?>
<!--eof-header ezpage links-->
</div>
<?php } ?>
Thank you in advance