Hello,
after the update from 6.2 to 6.2.1 i am missing several menupics. i have looked around the templates so i found in the old template 6.2 (showphoto.tpl) the path to the pic:
$pmenu .= "<a title=\"{$Globals['pp_lang']['editphoto']}\" href=\"{$Globals['maindir']}/editphoto.php?phoedit=$id\">
<img src=\"{$Globals['idir']}/image_edit.png\" alt=\"{$Globals['pp_lang']['editphoto']}\" border=\"0\" /></a>";
but in the new template 6.2.1 (showphoto.tpl) there path to the pic is missing

so only text ist displayed?
$menuitem = "<a title=\"{$Globals['pp_lang']['editphoto']}\" href=\"{$Globals['maindir']}/editphoto.php?phoedit=$id\">{$Globals['pp_lang']['editphoto']}</a>";
other pics like printer are still there:
$buttonlink = "<img src=\"{$Globals['idir']}/printer.png\" alt=\"{$Globals['pp_lang']['printview']}\" border=\"0\" />";
How can i get the pics back?
with kind regards
tom