Pozzi Posted June 28, 2003 Posted June 28, 2003 I don't want the TEXT_MAIN to show, and i've searched all over trying to find where that specific bit of text is located but can't find it. Can anyone help?
Pozzi Posted June 28, 2003 Author Posted June 28, 2003 Forgot to add, it's on the main page that it is displayed.
Guest Posted June 28, 2003 Posted June 28, 2003 Go in your language files for that page and define what you want it to say or go in the main page php file and delete that part altogether
Pozzi Posted June 28, 2003 Author Posted June 28, 2003 No such luck i'm afraid! Can't find the text_main line anywhere.
Guest Posted June 29, 2003 Posted June 29, 2003 catalog/includes/your_language/default.php .... right at the top of the list. You have deleted it.... add this to the file: define('TEXT_MAIN', ''); 'TEXT_MAIN' will miraculously disappear from your default page..... :shock:
badjuju Posted June 29, 2003 Posted June 29, 2003 Easiest way: Open default.php and delete the text below: <tr> <td class="main"><br><?php echo TEXT_MAIN; ?></td> </tr>
Guest Posted June 29, 2003 Posted June 29, 2003 I had the same error, to fix it I went to catalog/includes/your_language/default.php and where you type in the text for your page I had deleted the ' before what I wanted it to say. I found that put it back and the error was gone. I hope this will help.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.