Updated some overlooked tags in the base_redirect template to use the new targeturl tag
authorAdrian Oldham <adriann@visualthought.com.au>
Tue, 24 Apr 2007 02:57:03 +0000 (02:57 +0000)
committeradriann <adriann@45cb6cf1-00bc-42d2-bb5a-07f51df49f94>
Tue, 24 Apr 2007 02:57:03 +0000 (02:57 +0000)
site/templates/user/base_redirect.tmpl

index e2ba5afab9ff3cd73d51c3187a92ed3dfaa2725d..22f4977775ccb3418b5fc7a8d736a64803213cf6 100644 (file)
@@ -3,8 +3,8 @@
 <p align="center">You're leaving our site, anything you see from now
 on is somebody else's problem.<p>
 <form action="/cgi-bin/nuser.pl/redirect">
-<:ifEq [url] [text]:><:or:><p align="center"><:text:></p><:eif:>
-<p align="center"><:url:></p>
+<:ifMatch [text] [targeturl]:><:or:><p align="center"><:text:></p><:eif:>
+<p align="center"><:targeturl:></p>
 <input type="hidden" name="targeturl" value="<:targeturl:>" />
 <input type="hidden" name="urlhash" value="<:urlhash:>" />
 <input type="hidden" name="referer" value="<:referer:>" />