I'm in the PageHeaderTag When logged in. The XHTML that is in there already is
<div class="nt-left nt-site-header-logo"></div><h1>WebWrench - User: </h1>
This works.
However, my username is stored in p_web.GetSessionValue('User') and I'm trying to figure the correct syntax to add it, or what I'm supposed to do.
I want something like: <div class="nt-left nt-site-header-logo"></div><h1>WebWrench - User: & p_web.GetSessionValue('User') & </h1>
Which I know is wrong...
TIA
Ray