There are 2 theme functions in the inc directory (one for upload module and one for filefields). Another option would be to create a preprocess_node function in the template.php file and create some variables in there that you could print in the node.
Comments
Comment #1
WorldFallz commentedThere are 2 theme functions in the inc directory (one for upload module and one for filefields). Another option would be to create a preprocess_node function in the template.php file and create some variables in there that you could print in the node.
Comment #2
-Mania- commentedCould someone please provide an example of how to use these theme functions?