|
mmmhh,
I did that before I posted above, but it did not work, so I assumed it would be only for other pages.
If I remove $ptitle from feature.tmpl, I can see still tha image name on index page in recent photos and random photos
I changed this line:
<span class="{$Style['small']}">{$ptitle[$x]}<br />{$puser[$x]}</span>
to this line:
<span class="{$Style['small']}">{$puser[$x]}</span>
|