[interchange-cvs] interchange - racke modified dist/lib/UI/vars/UI_STD_HEAD

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Sun Oct 7 09:07:05 2001


User:      racke
Date:      2001-10-07 13:06:58 GMT
Modified:  dist/lib/UI/vars UI_STD_HEAD
Log:
preserve VendURL
we need full path name for links on static pages

Revision  Changes    Path
2.8       +1 -0      interchange/dist/lib/UI/vars/UI_STD_HEAD


rev 2.8, prev_rev 2.7
Index: UI_STD_HEAD
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/vars/UI_STD_HEAD,v
retrieving revision 2.7
retrieving revision 2.8
diff -u -r2.7 -r2.8
--- UI_STD_HEAD	2001/09/26 13:06:30	2.7
+++ UI_STD_HEAD	2001/10/07 13:06:58	2.8
@@ -16,6 +16,7 @@
 		$Tag->image( { ui => 1, secure => 1, dir_only => 1 } );
 
 	# force using secure URL for this page?
+	$Config->{VendURLOriginal} = $Config->{VendURL};
 	if ($Variable->{UI_SECURE} or $Tag->var('UI_SECURE', 1)) {
 		$Config->{VendURL} = $Config->{SecureURL};
 	}