Link to an image

Permalink
How do I directly link to an image stored using concrete? I have a thumbnail that should open up as a fancybox popup, but doesn't because I cannot directly link to the image.
How do I link to, display and share an image wherever I want?

<p>
<a rel="gallery_group" href="/files/1812/7236/0686/MGD1.jpg">
<img src="/index.php/download_file/view_inline/5/" alt="MGD1t.jpg" width="100" height="100" />
<span>
Yellow and black</span>
</a>
</p>

MattGreyDesign
 
MattGreyDesign replied on at Permalink Reply
MattGreyDesign
I have worked it out, my PHP file was messed up