Guest Posted March 3, 2007 Share Posted March 3, 2007 I need help with removing the defualt text from the home page. Everytime I attempt to edit the Mian_Text I get an error message on line 13. I have the ability to use HTML Editor to make changes or I can do it the hard way. The file I am using to edit the text is path to site/admin/includes/languages/english/index.php Please help me changing the homepage default text to my own. Thanks. :'( Link to comment Share on other sites More sharing options...
leerushworth Posted March 3, 2007 Share Posted March 3, 2007 I need help with removing the defualt text from the home page. Everytime I attempt to edit the Mian_Text I get an error message on line 13. I have the ability to use HTML Editor to make changes or I can do it the hard way. The file I am using to edit the text is path to site/admin/includes/languages/english/index.php Please help me changing the homepage default text to my own. Thanks. :'( In the index.php file your editing look at the source code and you'll see this at the top: define('TEXT_MAIN', ''); define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); the bit you need to edit is the one highlited in red, just make sure that you don't change anything on this line. To edit the txt that is displayed you just need to change whats between the ' ' as below define('TEXT_MAIN', 'This is where my text will go for my homepage'); You can use html tags as well. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.