Thread: title label
View Single Post
  #1  
Old 09-26-2009, 02:27 PM
 
jwilkers jwilkers is offline
 

Advanced Member
  
Join Date: Oct 2005
Posts: 93
 

Default title label

This one seems like it should be easy enough, but has me stumped:

On the "resgister page" there is a title at the top that says "Create Profile".

I was able to find the language label, and can just change it, and I also found in customer/home.tpl the:

{if $page_title}
<h1 class="page-title">{$page_title|escape}</h1>
{/if}

but what I'm having trouble finding out is, where the heck that statement is pulling the "Create Profile" title from!

I haven't found anything in register.tpl referencing the title.
__________________
JW - Xcart Version: several
dragged one cart's database kicking and screaming from 4.0.16 to 4.4.1.
Reply With Quote