View Single Post
Old April 9th, 2009, 01:36 PM   #1 (permalink)
tomp
Junior Member
Verified Customer
 
Join Date: Jul 2008
Posts: 6
Where are the menupics?

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
Attached Images
File Type: png Bild 102.png (21.0 KB, 6 views)
tomp is offline   Reply With Quote