
14 Jul
2003
14 Jul
'03
7:36 a.m.
Hi Chris, On Mon, Jul 14, 2003 at 03:29:23PM +0800, Chris Wong wrote:
I want to create a link in CustomerNavigationBar to post the customer's login id to my webpagebut i cannot get the UserLogin environment in the dtl file.
I've added the following line to the original CustomerNavigationBar.dtl but it doesn't convert $Env("UserLogin") to customer's login id.
How can i fix this problem?
Try: $Env{"UserLogin"} -=> {} not ()
Thanks Chris
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Old programmers never die. They just branch to a new address.