Hi All,
I am creating a variable that I want to be able to use across many different pages on the site. How can I achieve this?
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Hi All,
I am creating a variable that I want to be able to use across many different pages on the site. How can I achieve this?
Just add the variable to Page.php as all the pages use this or expand on it :)
Sorry, when I said variable, I mean Database field. If I say create some content (HTMLText and an uploaded Image) on HomePage.ss, and I want to reuse it on SalePage.ss without retyping it
<% control Page(home) %>
$DBFieldName
<% end_control %>