I added nodereferrer for a particular content type that I'm theming using a node-content_type.tpl.php file. What variables do I have access to, to create a paged list of nodereferrers?

Or is that not the right way to do it?

Thanks

Comments

dopry’s picture

Status: Active » Closed (fixed)

dude try print_r($node) or var_export($node) or var_export(get_declared_variables())... or how about reading some of the massive amounts of documentation floating around about themeing CCK fields?