tscott Posted March 6, 2006 Posted March 6, 2006 Hello, I want to move this: Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? further down on the page, how do I do that? Thanks Tracey
Guest Posted March 6, 2006 Posted March 6, 2006 in your catalog\index.php move this: <tr> <td class="main"><?php echo tep_customer_greeting(); ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> after <tr> <td class="main"><?php echo TEXT_MAIN; ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.