Css

Hi im using this code below

layout “loggedout_layout”, :only => :login, :logout

this part limits it to logout only, how can I get it to limit it to
logout and login?

Thanks
Scott

On 4/20/06, Scott [email protected] wrote:

layout “loggedout_layout”, :only => :login, :logout

Haven’t tried it myself, but :only => [ :login, :logout ] should work.