<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> if (PageTextVar("Site.MyRecipeConfigurationdata", "EnableSomething") == "1")
<br>> {<br>> ...<br>> }</blockquote><div><br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">It might not work from local/config.php, because the
<br>$PageTextVarPatterns haven't been loaded yet (these<br>are normally loaded as part of the markup routines).<br><br>You might need to do:<br><br> include_once("$FarmD/scripts/stdmarkup.php");<br><br>before calling the PageTextVar() function.
<br><br>Pm</blockquote><div><br><br>That was the problem ! Thanks a lot !<br><br>Maybe it could be loaded earlier by default ?<br><br>----<br></div></div><br>