- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I think I'm overlooking something.
I would like to set a variable in a template, and have it available to use in the PAGE_CONTAINER. This is usually done like this:
Code:
Then in the PAGE_CONTAINER template, the {$head} variable is available.
I'd like to do something similar, e.g.
Code:
But when I do, in...
I would like to set a variable in a template, and have it available to use in the PAGE_CONTAINER. This is usually done like this:
Code:
<xen:container var="$head.canonical"><link rel="canonical" href="{xen:link 'canonical:index'}" /></xen:container>
Then in the PAGE_CONTAINER template, the {$head} variable is available.
I'd like to do something similar, e.g.
Code:
<xen:container var="$foo.bar">1</xen:container>
But when I do, in...
نام موضوع : <xen:container var