delta_blues Posted October 27, 2009 Posted October 27, 2009 Hello, fellow form members. Concerning http://www.deltaslides.com There is a typo showing at the top of the index.php page. It shows on the http but not on the https. Would someone please tell me where(which .php file)this error is located so that I can correct it? Best Regards, Robert Your identity is a figment of your imagination…
Guest Posted October 27, 2009 Posted October 27, 2009 Hello, fellow form members. Concerning http://www.deltaslides.com There is a typo showing at the top of the index.php page. It shows on the http but not on the https. Would someone please tell me where(which .php file)this error is located so that I can correct it? Best Regards, Robert I think you mean that dir="LTR" lang="en" appears at the top of your page. Right? Look in Languages/English for this: // Global entries for the <html> tag define('HTML_PARAMS','dir="ltr" lang="en"');
delta_blues Posted October 28, 2009 Author Posted October 28, 2009 I think you mean that dir="LTR" lang="en" appears at the top of your page. Right? Look in Languages/English for this: // Global entries for the <html> tag define('HTML_PARAMS','dir="ltr" lang="en"'); Your identity is a figment of your imagination…
delta_blues Posted October 28, 2009 Author Posted October 28, 2009 Greetings, Baddog... Thank you for taking the time to read my post and to reply. I don't want remove the global entry, which would remove the define for the language. I need to remove the typo that was accidentaly pasted into which ever loads the top of the index page (and other http pages all but the https). I must find the .php file and remove the typo, that's located just after the <html> and before the <head>. The error can be seen in the index.php source code. ------------------------------------------------------------------------------------------ <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html>dir="LTR" lang="en" <head> <title>DeltaSlides.com</title> <meta name="keywords" content="KEYWORDS"> <meta name="description" content="DESCRIPTION"><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> Regards, Robert Your identity is a figment of your imagination…
BryceJr Posted October 28, 2009 Posted October 28, 2009 Look at your main/root index.php file. This is line 35-37 on a stock oscommerce RC2A. It should look like this. <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html <?php echo HTML_PARAMS; ?>> <head>
delta_blues Posted October 28, 2009 Author Posted October 28, 2009 Greetings, Bryce… Once again, you stepped up to the plate and hit a bases loaded homer! At this point, I more or less owe the successful functioning of this store to your impressive experience and knowledge. Best Regards, Your unmet friend, Robert Your identity is a figment of your imagination…
Recommended Posts
Archived
This topic is now archived and is closed to further replies.