sinryder Posted February 18, 2005 Share Posted February 18, 2005 hello can anyone please help me with this code below ----------------------------------------- CODE case 'LINK_LIST_TITLE': $lc_align = ''; $lc_text = $listing['links_title']; break; case 'LINK_LIST_URL': $lc_align = ''; $lc_text = '<a href="' . tep_get_links_url($listing['links_id']) . '" target="_blank" ' . ' . $listing['links_url'] . '</a>'; ------------------------------------------ i want to change this code so instead of showing the text links like this : Title oscommerce shopping cart Links http://www.oscommerce it should show hyperlink Title "oscommerce shopping cart " , like some one can click on the text and it should take them to that link i think you have to add this code tep_get_links_url($listing['links_id']) . '" target="_blank" ' . ' . $listing['links_url'] . '</a>'; some where in case 'LINK_LIST_TITLE': Code any help is appreciated thankyou Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.