RE: Box Header Text Linkable
iiinetworks <[email protected]> 4 Jul 2003 04:43:18 -0000
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <bfa72bec011f6db4de9081cda11fa351@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=191380#191380 ---------------------------------------------------------------- In mine, it is located at line 110 of include/classes/boxes.php: [code]$right_arrow = '<a href="' . $right_arrow . '">' . tep_image(DIR_WS_IMAGES . 'infobox/arrow_right.gif', ICON_ARROW_RIGHT) . '</a>';[/code]If you changed that to [code]$left_corner .= '<a href="' . $right_arrow . '">' . tep_image(DIR_WS_IMAGES . 'infobox/arrow_right.gif', ICON_ARROW_RIGHT) . '</a>'; $right_arrow = '';[/code]I think that it might do what you want. Good luck, Matt