BookStore Posted July 20, 2005 Share Posted July 20, 2005 As for configuration I really would like to hear if someone has an index.php for startup, main menu, which does not have this middle presentation of "Newly added products" - I?d like to present only the Welcome text including some updates on relevant information. The categories are displayed as a columne to the left, that?s great and enough. Does anyone have the kindness to help me out here, Php programming is not my cup of tea at all. I?ve tried several ways, but will get notified on fatal errors every time.... back to basics that is. Thanks BookStore Link to comment Share on other sites More sharing options...
bbr Posted July 20, 2005 Share Posted July 20, 2005 As for configuration I really would like to hear if someone has an index.php for startup, main menu, which does not have this middle presentation of "Newly added products" - I?d like to present only the Welcome text including some updates on relevant information. The categories are displayed as a columne to the left, that?s great and enough. Does anyone have the kindness to help me out here, Php programming is not my cup of tea at all. I?ve tried several ways, but will get notified on fatal errors every time.... back to basics that is. Thanks BookStore <{POST_SNAPBACK}> I have achieved removal of 'whats new' box. I opened the index.php file in dreamweaver, which then displayed the table layout. Then i just deleted the parts i no longer required. I can get a new index.php and remove just that part and then post here if you wish? Link to comment Share on other sites More sharing options...
bbr Posted July 20, 2005 Share Posted July 20, 2005 Infact here you go: Find <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> in index.php and delete (back-up first) There are 2 of this piece of code. Remove both. That should do it. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.