OK so i have the latest zenPHOTO 1.1.4 gallery and the default theme when I try to put <?php printImageData(); ?> in the template/default/image.php keep getting error about "Missing argument 1 for printImageData()" and "Missing argument 2 for printImageData()" what is the problem for what I see the template-functions.php is ok for getimageData() please help guys because I need that data displayed on every image.
Thanks
Comments
`printImageData [line 1328]
A composit for printing image data
Parameters:
string $field: which data you want
string $label: the html label for the paragraph
void printImageData( string $field, string $label )`
You got an error because you did not provide parameters to the function.