Hi everybody,

i need to create some css dynamic when the page loads. So i included some php in the page.tpl.php and it works fine.

Now i need to access the same variables in my php script in the body - how can i access them ? I don´t want to run the script twice..

I solved it by running a small part of the script twice.