This is the code in the pnuser.php file:
Quote
$columns[] = $output->Text('');
$columns[] = $output->URL(pnVarPrepForDisplay(pnModURL('pnWinery',
'user',
'view')),
_PNWINERYVIEW);
$columns[] = $output->Text('');
I'm trying to display an image on either side of the text in the center, but I can only see broken images.
In my settings, I have set permissions for img with parameters, and even tried Allowed just to see if it would change, but it didn't.
I'm using PN 7.2.6.
Anyone know if I'm writing this incorrectly?

');