In PHP I would do something like:
Can something like that be done in the templates?
Code:
<div style="display: none;"> <? echo "<pre>"; print_r(get_defined_vars()); echo "</pre>"; ?> </div>
Can something like that be done in the templates?
Comment