The drupal programmers use a lot array keys that start with
'#' (e.g. $field['#value'], $field['#weight'],
$field['#description'], ...).
How can I access such array elements from within a smarty
template?
If I use {$field.#value} I get a smarty syntax error:
unrecognized tag.
Using {$field.'#value'} or {$field.[#value]} or
{$field.['#value']} doesn't work either. Do I have to escape
the # somehow?
___________________________________________________________
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen
Yahoo! Mail: http://mail.yahoo.de
--
Smarty General Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|