for example,
I check the includes/languanges/english/create_account.php, there is a line :
define('HEADING_TITLE', 'My Account Information');
and the i check includes/templates/template_default/templates/tpl_create_account_default.php, there is:
<h1 id="createAcctDefaultHeading"><?php echo HEADING_TITLE; ?></h1>
now i open the browser and preview the site, in create an account link, i view the html code, it show:
<h1 id="createAcctDefaultHeading"></h1>
where goes the HEADING_TITLE? which shall be 'My Account Information'



