Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HEADING_TITLE in index.php


OSC Noob

Recommended Posts

Posted

After inserting my conditions of use, "HEADING_TITLE" is under the navigation bar

 

 

 

===TOP====Catalog=============================================

 

HEADING_TITLE

 

 

Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?

 

 

where does it come from? How i can fix it?

 

sorry for my bad english, i hope you understand what i mean :'(

Posted

Apparently you've altered something in your /includes/languages/english/index.php file, so that there's a definition for that text broken. Check this file and look for missing terminators.

Posted

I've installed english, German and Lithuanian, the Problem arises in every language.

 

I'm shure i've deleted any definitions inadvertently. But i don't know where and what, I can't read php :'(

Posted

<?php
/*
 $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $

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

 Copyright (c) 2003 osCommerce

 Released under the GNU General Public License
*/

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');

 

here is the first part of my index.php

is it ok?

Archived

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

×
×
  • Create New...