I'm working with page_2.php file which I saved in my /zencart/languages/english/custom directory after I made changes to it. It currently reads:
define('NAVBAR_TITLE', 'European Art Gallery');
define('HEADING_TITLE', 'European Art Gallery');
define('TEXT_INFORMATION', 'Page 2 information goes here.');
?>
Page 2 is already customised the way I want it, also I replaced the link in the More Information sidebox with the name I want.
I cannot figure out what the define('TEXT_INFORMATION' does. If I replace 'Page 2 information goes here' phrase it doesn't seem to show up anywhere... I checked in define pages editor, also searched for an existing 'Page 2 information goes here' text string - nowhere to be found...
I would appreciate some information as to what it is supposed to do and where it is showing up? Thanks.



