Would really appreciate help resolving this. I am using D7 and the devel module is not an option, for some reason it causes some problems with my site. I have looked into the contemplate module but see it isn't supported in D7, otherwise it would be great. Is there any quick way for me to see all my variables so I can utilize them in a preprocess function?
|
Yes, you can do something like this in a custom module:
or this in your theme's template.php file:
If that's too much information, you can get just the variable names with:
instead of print_r()ing the entire array. |
|||
|