user group
Using Jamroom
Try on a standard skin. It's all working here for me.
$the_array = array('cat', 'dog', 'ant eater');
{foreach $_the_array as $animal}
The animal is a {$animal}
{/foreach}
$the_array = array('tom' => 'cat', 'bill' => 'dog', 'simon' => 'ant eater');
{foreach $_the_array as $owner => $pet}
The pet of {$owner} is a {$pet}
{/foreach}
the pet of Simon is a {$the_array['simon']}the pet of Simon is a {$the_array.simon}contextmenu: false,