I have a field called 'field_downloads' which is a file field that allows the user to upload up to 10 files. How can I render these out in page.tpl.php?
Below is the output from page.tpl.php:
$x = node_view($node);
dsm($x['#node']->field_downloads);