View Single Post
  #8  
Old 03-21-2008, 11:06 AM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: "payment is in processing...

I know this is from a different version (4.1.9) but perhaps it maybe useful to you

the language variable is called txt_header_location_note and looks like ...
If the page is not updated in {{time}} seconds, please follow this link: <a href="{{location}}">continue &gt;&gt;</a>

which is referred to in include/func/func.core.php on lines 126 and 333
and looks something like...
echo "<br /><br />".func_get_langvar_by_name("txt_header_location_n ote", array("time" =>

If this helps I have no ideas.
__________________
Doms
kube v4.1.9
Reply With Quote