A liitle code in here
Code:
switch ($current_path) {
case '1_10': //replace number with your desired cPath
//$content .= '<hr class="catBoxDivider" />' . "\n"; // to add divider uncomment this line
$content .= "\n" . '<span class="catBoxHeading1">' . (file_exists(DIR_WS_TEMPLATE_IMAGES . 'cathead' . $current_path . '.gif') ? zen_image(DIR_WS_TEMPLATE_IMAGES . 'cathead' . $current_path . '.gif') . '</span>':'</span>' . $disp_block_head);
break;
}
Need that for example, but not above, but under it
problem solved to insert this code above
Code:
$current_path = str_replace("cPath=","",$box_categories_array[$i]['path']);
Bookmarks