View Single Post
  #1  
Old 03-20-2008, 02:03 PM
 
jasonkyle jasonkyle is offline
 

Member
  
Join Date: Jul 2007
Posts: 22
 

Default Footer portion of payment_wait.tpl

I cant for the life of me figure out where the bottom portion of the payment_wait.tpl is being parsed in from. This portion:

If the page is not updated in 2 seconds, please follow this link: continue >>

My payment_wait page now is:

Code:
{* $Id: payment_wait.tpl,v 1.8.2.5 2007/02/14 07:58:28 max Exp $ *} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> {config_load file="$skin_config"} <html> <head> <title>{$lng.msg_order_is_being_placed}</title> <link rel="stylesheet" href="/assets/css/screen.css" media="screen" /> </head> <body> <div class="processing"> <h1>{$lng.msg_order_is_being_placed}</h1> <img src="/assets/img/processing.gif" /> </div>

and when I view the source, I see there is the "if the page hasnt loaded..." portion with the close of BODY and HTML... where is this parsing in from?

Thanks in advance!

x-cart version 4.0.18
__________________
http://www.readingglasses.com
x-cart version 4.1.8 with extensive modification.
Reply With Quote