RE: gift registry/wish list
modom <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <9eecba53b56107d74dca9149d281765d@osCommerce-Forums> |
This message was sent from: Development
http://forums.oscommerce.com/viewtopic.php?p=164544#164544
----------------------------------------------------------------
Hi,
How do you get this popup to popup to an additional page for the registry owner help in functions/html_output.php like the popup_registry_search_help.php one?
//start gift registry
////
// Help popup function
function tep_get_help_popup($filename){
return '<a href="' . tep_href_link($filename, '', 'NONSSL', false, false) . '"><b>[registry owner help]</b>';
}
//end gift registry
Thanks!