Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

please help me with this code


sinryder

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...