I figured out how to do the customer_droplinks_cat and get the nav.gif there by editing that particular template. It works. I also found the class I needed to adjust and inserted it into the $custome_singlelinks as well.
Hoever, I cannot get the $custom_singlelinks since that is all that is in the custom_singlelinks template. I tried editing the XML file by adding
PHP Code:
<td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>
to the line:
Code:
$custom_singlelinks .= "<td class='h_nav'>$img<a href='".$slink['url']."' target='$new' title='".$slink['alt']."'>".$slink['name']."</a></td>";
Anyone know how I can add this to the $custom_singlelinks?