mmontalbano Posted March 21, 2008 Posted March 21, 2008 Hello On my site www.tapguy.com there is a Welcome box in the middle of the page that says Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? I'd like to move this text down a bit to accomodate an image. If you look you'll see the image encroaches on the text. Where is that line of text edited? I've looked all over and can't find it. Thanks for your help in advance.
Guest Posted March 21, 2008 Posted March 21, 2008 It is in catalog/index.php. Look for <td class="main"><?php echo tep_customer_greeting(); ?></td> The actual text is in catalog/includes/alnguages/english.php. If all you want is to move the text then modify the index.php page.
mmontalbano Posted March 21, 2008 Author Posted March 21, 2008 It is in catalog/index.php. Look for <td class="main"><?php echo tep_customer_greeting(); ?></td>The actual text is in catalog/includes/alnguages/english.php. If all you want is to move the text then modify the index.php page. That was it! Thanks man!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.