XenForo
Administrative
- Thread starter
- Admin
- #1
Hi guys,
i have some data to display in the template, but i couldn't get the data from the array. Can someone give me a hint?
If i set a dump() i got these vars. But i didn't get the data in foreach.
HTML:
Read more
ادامه مطلب...
i have some data to display in the template, but i couldn't get the data from the array. Can someone give me a hint?
If i set a dump() i got these vars. But i didn't get the data in foreach.
HTML:
Code:
{{ dump(vars()) }}
<div class="block">
<div class="block-container">
<div class="block-body">
{$movie.title} <br>
{$movie.overview} <br>
{$movie.releaseDate} <br>
{$movie.revenue} <br>...
Read more
ادامه مطلب...