Drupal - iTweak Upload & Contemplate
Submitted by Kevin on Tue, 15/12/2009 - 15:03
Another very short post (in a terrible hurry!) -> How to arrange for an iTweak Upload file list to be dislayed in your node content template (contemplate)?
Well, i'm not sure if this is the best way to do this, I couldn't much info out there on the subject, but this worked for me...
<?php print theme('upload_attachments', $node->files); ?>Here's some more info on the subject - http://drupal.org/node/214564








