Hello everyone,

I have added a variable to my theme/template by using the template_preprocesss, we'll call it $foo.

I want to use this variable in my Views Customfield PHP, but it's empty.

Using theme developer, I see that the variable is provided to the view all the way up to the PHP customfield where it's not present.

Attempting to override the THEMENAME_..._..._customfield__php(&$vars) hook resulted in no output at all.

Is there a way to do this?

Thanks,
M.