Can someone show please show me how to edit this code so that the image is called from tmpl_xxx and not from the php code?
//--- Get breadcrumb path(left side) ---//
$sDivider = '<img class="bc_divider" src="' . getTemplateImage('bc_divider.png') . '" />';
$aPathLinks = array();
foreach($aPath as $sLink)
$aPathLinks[] = '<div class="bc_unit">' . $sLink . '</div>';
$sPathLinks = implode($sDivider, $aPathLinks);
