Options
Hiding the side panel when viewing a discussion.

Is it possible to modify my theme so that the side panel ("#Panel") is hidden when viewing a discussion, but visible on all other pages?
0
Comments
Edit default.master.php and put an if statement around the panel div based on what controller is being called.
What function would I call in that file that would tell me which controller is being called?