Why are you using params? You should be either setting a member variable or using the flash if this is a one-time good thing.
From the looks of it, you want a member variable. aka <% if @this_theme == 1 %>
Jason
Why are you using params? You should be either setting a member variable or using the flash if this is a one-time good thing.
From the looks of it, you want a member variable. aka <% if @this_theme == 1 %>
Jason