- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
There is an array that I use throughout templates and it would seem reasonable to use a macro to store it as the documentation states: "use a macro any place you want to produce the same thing multiple times in multiple different files".
I would like to then be able to pass it to a callback.
Here's what I tried:
A template called my_macro
HTML:
Another template...
I would like to then be able to pass it to a callback.
Here's what I tried:
A template called my_macro
HTML:
Another template...
نام موضوع : Can I Use A Macro To Store A Template Variable?