Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

pixel_black.gif


Ian-San

Recommended Posts

This issue has been bought up before but I cant see any reply to it.

 

Does anyone know why this function only produces a X by X square output rather than a line?

 

// Output a separator either through whitespace, or with an image

function tep_draw_separator($image = 'pixel_black.gif', $width = '100%', $height = '1') {

return tep_image(DIR_WS_IMAGES . $image, '', $width, $height);

}

 

The result of the function is fed into something like this:

 

<?php echo tep_draw_separator(); ?>

Ian-san

Flawlessnet

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...