View Single Post
  #16  
Old 08-17-2003, 10:41 AM
 
Cameron Cameron is offline
 

eXpert
  
Join Date: Jan 2003
Location: Washington State, USA
Posts: 224
 

Default

Jfinn, be sure that the MySQL patch was successful. It sounds like what you're having happen could be caused by missing information SQL info for the mod.

Rodneyw, here is some modified code for the title tag:
Quote:
{elseif $main eq "order_message"}
{$lng.txt_subtitle_thankyou}
{elseif $main eq "pictures"}
{$lng.txt_pictures}
{else}
{$lng.txt_site_title}
{/if}

The 'pictures' is in there because of an extra page that I added to the cart and I wanted a unique title for it. That can be applied to any extra pages you add to your xcart site.

Cameron
Reply With Quote