Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

missing wording on index page


tobinuk

Recommended Posts

Posted

Hi all,

 

I hope some kind person can help me ?!

 

I seem to have lost all the wording on my hompage which had images on aswell!

I have tried to re-publish the english/ index.php page via FTP ( I had a copy) but still doesn`t show the wording again!!

Even if i try installing a fresh copy of the languages/english/index.php (with the basic install writing there) that still wont show ! Whatever i publish makes no differce to the homepage......please help as site is live

 

 

OVER 18s as its a adult toy store

 

Visit My Website Here

 

 

HERES THE CODE FROM MY english/ index.php

 

<?php
/*
 $Id: index.php 1739 2007-12-20 00:52:16Z hpdl $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2007 osCommerce

 Released under the GNU General Public License
*/

define('TEXT_MAIN', ' <font style="font-size:21px" color="#000000" face="Baskerville Old Face"> Welcome to</font><font style="font-size:13px" color="#000000" face="Arial"> </font><font style="font-size:19px" color="#FF0080" face="Baskerville Old Face">Little-Miss-Twisted.Com</font><p align="right">
<a href="http://little-miss-twisted.com/index.php/cPath/11_54"><img src="fpbann.jpg" id="Image1" alt="Click Here For A Fantastic Selection Of Rabbits" align="top" border="0" style="width:441px;height:290px;"></a></div>
<br>
<a href="http://little-miss-twisted.com/index.php/cPath/6"><img src="the_cone.jpg" id="Image1" alt="Click Here For More Details On The Cone" align="top" border="0" style="width:441px;height:270px;"></a></div>

</b>');
define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');
define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');
define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');

if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) {
 define('HEADING_TITLE', 'Let\'s See What We Have Here');
 define('TABLE_HEADING_IMAGE', '');
 define('TABLE_HEADING_MODEL', 'Model');
 define('TABLE_HEADING_PRODUCTS', 'Product Name');
 define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
 define('TABLE_HEADING_QUANTITY', 'Quantity');
 define('TABLE_HEADING_PRICE', 'Price');
 define('TABLE_HEADING_WEIGHT', 'Weight');
 define('TABLE_HEADING_BUY_NOW', 'Buy Now');
 define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');
 define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.');
 define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: ');
 define('TEXT_SHOW', '<b>Show:</b>');
 define('TEXT_BUY', 'Buy 1 \'');
 define('TEXT_NOW', '\' now');
 define('TEXT_ALL_CATEGORIES', 'All Categories');
 define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
} elseif ($category_depth == 'top') {
 define('HEADING_TITLE', '1000`s Of Sex Toys Available Today!!');
} elseif ($category_depth == 'nested') {
 define('HEADING_TITLE', 'Categories');
// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)
define('LANGUAGE_CURRENCY', 'GBP');


}
?>

Posted

Ok, I'll bite:

 

Yes your index.php file says just what your www.little-miss-twisted.com index page says it should say............So.........what is your issues with the page?

Posted
Ok, I'll bite:

 

Yes your index.php file says just what your www.little-miss-twisted.com index page says it should say............So.........what is your issues with the page?

Yes, I thought it odd, then I thought, ah ha, advertising the website.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...