|
No I do not keep PM's.
The vb2edit gif should be in your images directory but I think I see the issue.
Edit the template showphoto and find this line
<a href="{$Globals['maindir']}/comments.php?photo=$photo&cedit={$commentnum[$x]}"><img src="{$Globals['idir']}/vb2edit.gif" border="0" alt="{$Globals['pp_lang']['editdel']}" /></a>
change to
<a href="{$Globals['maindir']}/comments.php?photo=$photo&cedit={$commentnum[$x]}"><img src="{$Globals['idir']}/edit.gif" border="0" alt="{$Globals['pp_lang']['editdel']}" /></a>
Last edited by Chuck S; May 3rd, 2005 at 08:53 PM.
|