I have a field variable [var.page] and a value in a block [menu.page]. The first is constant for one page, the second one comes from an array.
They are both displayed correct, individually, but when I want to compare them I get confused. I want to display a third field [var.currentpage] only when [var.page] equals [menu.page].
[var.currentpage;block=tr;when[var.page]=[menu.page] |
Unfortunately, the var.currentpage is always displayed...