<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>This is a very simple question from a beginner.&nbsp;</div><div><br></div><div><b>On MyPage I have:</b></div><div><br></div><div>MyPTV: [[{$FullName}?action=...etc.</div><div><br></div><div>(:mydirective MyPage:)</div><div><br></div><div><div><b>In config.php I have:</b></div><div><br></div>$val= PageVar($mypage,'$:MyPTV');</div><div><br></div><div>A function for mydirective returns the value obtained from my page. I was expecting&nbsp;</div><div><br></div><div>[[MyPage?action=...etc.</div><div><br></div><div>but instead I get:</div><div><br></div><div>[[MyPageFullName?action=...etc.</div><div><br></div><div>Why does this happen, and how do I stop it?</div><div><br></div><div>Randy</div></body></html>