Hello,
Right now we’re working on some exciting new project with EE, which need many custom tweaks.
While optimizing page load, I asked myself if there was any way to define some dynamic variable in templates.
For example, in the header I could use the exp:channel:entries, retrieve {title} and save it in a new variable like {channel_name_title}.
Then in the footer, I could use again this {channel_name_title} variable without the need to make additionnal SQL queries using another exp:channel:entries parsing.
Anyone ?