Both your template and your page had a recordset named "rsProdType"... but the theme code was below the recordset on the page so it was being overwritten.
I corrected the problem by moving the theme code above your page recordset, but probably the best practice is to avoid using the same named recordsets so conflicts won't happen in the first place.


