krausen Posted February 1, 2009 Share Posted February 1, 2009 I have been searching and searching for help on deleting the text on main page. I did find some options and applied them but I need it tweaked. Now I have been able to eliminate most of the standard text but things are now messed up. Can someone rewrite the code so it will look normal? I have ZERO code writing ability and with my old version I could switch from code to standard text to rewrite main page. Don't have that option on this version. If someone would be nice enough to help I can change the text later to say what I need. I just can't figure out the code. Below is the code I currently have. Thank you for the help. I would like their to be text that says THIS SITE IS UNDER CONSTRUCTION! <td class="main"><?php echo TEXT_MAIN; ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> Link to comment Share on other sites More sharing options...
FIMBLE Posted February 1, 2009 Share Posted February 1, 2009 In you file catalog / includes / languages / English / index.php on line 13 replace what is there with this define('TEXT_MAIN', 'THIS SITE IS UNDER CONSTRUCTION'); Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
krausen Posted February 1, 2009 Author Share Posted February 1, 2009 In you filecatalog / includes / languages / English / index.php on line 13 replace what is there with this define('TEXT_MAIN', 'THIS SITE IS UNDER CONSTRUCTION'); Nic That fixed it. Thank you very very much. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.