Hi,

Thanks again. You wrote this before:

You can replace
if($current_category_id == 13) {
with
if((int)$_GET['cPath'] == 13) {
which strips any subcat ids off of the current $cPath value.


Where do i need to change that?