View Single Post
  #1  
Old 10-31-2007, 09:33 PM
  scoobie's Avatar 
scoobie scoobie is offline
 

Advanced Member
  
Join Date: Dec 2006
Location: Sydney
Posts: 84
 

Default Incorrect Page Title on My Account Page

Hi Guys,

Can someone give me some pointers here. You can see on my screen dump I am getting Contact Us as the page title. I am having trouble finding it and changing it to what it should be.

My login.tpl looks like this:-

{include file="page_title.tpl" title="My Account"}

{if $login eq "" }
<h2>Your Profile</h2>
<TABLE width="100%" cellpadding="0" cellspacing="0" border="0">
<TR>
<TD>{include file="auth_mod.tpl" }</TD>
</TR>
</TABLE>
{else}
{include file="authbox_mod.tpl"}
<h2>Your Profile</h2>
<TABLE>
<tr><TD width="50%">{ include file="menu_profile_mod.tpl" }</TD></tr>
</TABLE>
{/if}

I know it has something to with this array $location[position] but I don't know what to do next.
Attached Thumbnails
Click image for larger version

Name:	screen_dump5.jpg
Views:	161
Size:	52.1 KB
ID:	607  
__________________
X-CART 4.1.8 (Add-Ons: onSale, CDSEO, AOM, Thickbox)
PHP 4.4.4
SQL 4.1.21
Linux O/S
Reply With Quote