Have you tried $field['#value']?
Of if that fails:
{assign var='value' value='#value'}
{$field.$value}
Not pretty but should work.
Jörg Hermsdorf wrote:
> 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?
>
>
>
>
>
>
___________________________________________________________
> Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
a>
--
Smarty General Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|