Displaying 1 result from an estimated 1 matches for "sidebar_id".
2006 Jun 13
2
If... what?
I have a simple div in my layout that I would like to change depending
on the action. For instance in the account/signup I would like it to
use <div id="register"> but in account/login I would like it to use <div
id="login">
I''m trying to find the right if statement to use here.. I thought that
maybe:
if :action => login would work but it