1
2
3
4
5
6
7
8
9
10
11
12
13
14
| variables {
specialFooterElementPageUid = TEXT
specialFooterElementPageUid {
value = {$my.pids.specialFooterElement}
#hide footer nav links on project pages (doktype=11)
stdWrap.if {
isInList.field = doktype
value = 11
negate = 1
}
}
}
|