Hi,
Still learning stuff…
I want to be able to pass parameters in the layout used in the application. How is this possible?
What I actually want to do is to pass a different jquery script for each controller action. I can pass the script for each different view, but it would be nicer to include the script in the <head> tag of the page, which happens to exist in the layout (main.php).
Thanks.