Coding to use for the Expression Engine Snippets Plugin:
In the actual pages:
In the header include (static/index in this case):
Define them as variables in PHP for easy if/else statements. :)
In the actual pages:
{exp:snippets template="static/index"} {page_title}Site: {title}{/page_title} {page_section}journal{/page_section} {/exp:snippets}
In the header include (static/index in this case):
%page_title% %page_section% $fof_title="%nl_title%"; $fof_section="%nl_section%"; ?>
Define them as variables in PHP for easy if/else statements. :)
And you get at that info a la the below in the included template: