I'm trying to do some customization, instead of the thumbnail I want to show the full original image.
Problem is, I cant seem to get the image url:
{$smarty.const.WEB_PATH}{$download_link}/{$filename|urlencode}
does not work (copied from view.tpl)
I tried other lots of combinations, without success so far.
Anyone with Smarty templates knowledge knows how can I get the url to the original image?
Thanks!



