module variables for custom page.tpl
joelio12 - May 7, 2008 - 06:41
I've created a custom page.tpl file for each content type and collected necessary variables that correspond with forms for that type. I am using modules like fivestar, favorite, ilovethis, and nodecomment on (within) this certain content type and need to know how I can find and add the variables for these modules that will make it possible to arrange and theme the modules as I'd like. As I said, I've been successful in theming cck inputs, but do not know how to locate the proper variables for the modules and comments on the page. Any help would be much appreciated.. let me know if this is unclear. Thank you!

Since you have themed cck, I
Since you have themed cck, I think you are familiar with available variable. But from what you just said , I think you are looking for this.
http://drupal.org/node/11812
Usually page will be accompanied with block.tpl.php and node.tpl.php, some times comment.tpl.php. If you have custom theming, then template.php. This will give you an idea about theming.
http://drupal.org/phptemplate
Hope this will help.
Cheers.
Naveen P.L.