[eluser]Unknown[/eluser]
I'm looking for a best practices sort of answer.
I have a header, footer views, etc.
This works fine for static content, but sometimes I want to display content dependent on the user.
For example if a user is logged in, I want to display links to profile, log out, etc. Or if the user is an admin, I want to display admin options.
Or should the controller always be calling header and footer views between every content view?