Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where to change the define of HEADING_TITLE?


Guest

Recommended Posts

Posted

Hi,

 

Anybody know how to change the BOX_WIDTH or HEADING_TITLE inside the index.php? Thanks

Posted

application_top.php

 

// customization for the design layout

define('BOX_WIDTH', 125); // how wide the boxes should be in pixels (default: 125)

 

Line 50 in a stock file

 

HEADING_TITLE is defined again an again depending on context.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Posted

Thanks ...

 

Just found that the HEADING_TITLE can be defined in

/catalog/includes/languages/english/index.php :)

 

Thanks and hope it will help you guys too :D

Archived

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

×
×
  • Create New...