What I want is:

[{SET name='[{PageName}]'}]
[{$name}]

Unfortunately, all I get is 'PageName'.

Almost!

[{SET name='{$PageName}'}]
[{$name}]

The reason is that [ ] is a "special" sequence. Then there are many kinds of special sequences:

{$name} for variable
{plugin} for plugin
PageName for page names.

Granted, this is slightly illogical.

/Janne

Reply via email to