Hi, have an advanced question I'm looking for some help with the rosters system game icon + tournaments...
I'm trying to utilize the game icon in the tournament as the page background
I put the following into extra.less
Code:
[data-template="xfa_tourn_tournament"]
.p-pageWrapper {
background: url({{ link('roster/game/icon', $game) }});
}
but it's missing the game id number between /game and /icon for example roster/game/1/icon
how can I do this properly?
Thanks!
I'm trying to utilize the game icon in the tournament as the page background
I put the following into extra.less
Code:
[data-template="xfa_tourn_tournament"]
.p-pageWrapper {
background: url({{ link('roster/game/icon', $game) }});
}
but it's missing the game id number between /game and /icon for example roster/game/1/icon
how can I do this properly?
Thanks!