![]() |
Problem using an array in a template
I have the following 'print_r' from a variable:
Code:
Array Now, in the template, I'd like to read the array but it won't work. What's already working is Code:
<if condition="$attachment['replay']">...</if> Code:
<if condition="$attachment['replay']">$attachment[replay][name]</if> Code:
<if condition="$attachment['replay']">$replay[name]</if> |
$attachment[replay][name] have to be between brackets: {$attachment[replay][name]}
|
thx ;)
|
All times are GMT. The time now is 06:54 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|