ceribik
Well-known member
I have a hook that adds my own template to "message_user_info". The template "message_user_info" is included in "message" as followed:
For some reason, I'm unable to access the array "message" in my template (I'm passing the parameters properly). I've tried variations such as "user", "post", "message", etc to no avail.
Any ideas?
On another note, what does this do?
Thanks
Code:
<xen:include template="message_user_info">
<xen:map from="$message" to="$user" />
</xen:include>
For some reason, I'm unable to access the array "message" in my template (I'm passing the parameters properly). I've tried variations such as "user", "post", "message", etc to no avail.
Any ideas?
On another note, what does this do?
Code:
<xen:map from="$message" to="$user" />
Thanks