Quote Originally Posted by gjh42 View Post
I can't be sure which part of the test is failing without seeing the whole "if" statement.

Re post 4, both approaches would work. The stylesheet name would be c_1_12.css .
Here is the if statement:

Code:
if ($current_page_base == 'index' and $_GET['cPath'] != '1,2,3,4,5,6,7,8,9,10') {
    $show_product_filter = true;
  } else {
    $show_product_filter = false;
  }
Thanks for the help.