mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
090562a5ea
Fixes #630 This allows global variables populated by the View::share('name', 'value') method to be used in Twig templates. The values will only be populated if they have not been specified as a global previously, to prevent overriding system globals such as this.page. It will also allow the pages themselves to still override the values if need be.