pianoman38 Posted June 15, 2006 Share Posted June 15, 2006 I wish to switch the order of the "Welcome guest..." and login link text in the file "catalog>includes>language>english.php" and the main text in file "catalog>includes>language>english>index.php" Basically, I want to put the login line on the bottom of the rest of the text, just above the new product images. Since these are in diferent files, it is not obvious to me how to switch the order. Can anyone help with this? Thank you. Link to comment Share on other sites More sharing options...
Gil_e_n Posted June 15, 2006 Share Posted June 15, 2006 Switch <td class="main"><?php echo TEXT_MAIN; ?></td> for <td class="main"><?php echo tep_customer_greeting(); ?></td> in index.php. Always BACK UP your files and your database before making any changes. Before asking questions, check out the Knowledge Base. Check out the contributions to see if your problem's solved there. Search the forums. Useful threads: Store Speed Optimization How to make a horrible shop Basics for design change How to search the forums Useful contributions: Easypopulate Fast, Easy Checkout Header Tag Controller Link to comment Share on other sites More sharing options...
pianoman38 Posted June 16, 2006 Author Share Posted June 16, 2006 Thanks - it worked perfectly. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.