Guest Posted September 9, 2008 Posted September 9, 2008 Can someone tell me.. How do I add main text or move the current man text to the bottom of my main page so it is beneath the new products section oscommerce instead of or as well as at the top by the log in text? Many thanks Simon
usernamenone Posted September 9, 2008 Posted September 9, 2008 catalog>INDEX.PHP LINE 307 <td class="main"><?php echo TEXT_MAIN; ?></td> Swap with line 313 <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>
Guest Posted September 9, 2008 Posted September 9, 2008 Many thanks, works a treat! catalog>INDEX.PHP LINE 307 <td class="main"><?php echo TEXT_MAIN; ?></td> Swap with line 313 <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.