I am having a problem (upgrading from 1.2.6 to current software) changing the look of the category divider line in the category side box. In 1.2.6, we could go to:

/includes/templates/YOURTEMPLATE/sideboxes/tpl_categories.php

$content .= '<br />' . zen_draw_separator('pixel_silver.gif') .

and replace the “pixel_silver.gif” image (in our image folder) with an image of our choice, and the divider bar would be whatever we wanted.

Now, in 1.3.6 I do not see where the catBoxDivider image is coming from, or how I can replace it.