Array

Events happening in the community are now at Drupal community events on www.drupal.org.
pirex360's picture

Array de Imagens no .tpl

Boa Tarde,

Estou a criar um .tpl para um tipo de conteudo...onde quero criar uma Div lateral com um um campo de imagens que pode ter número ilimitado de imagens.

já tentei este código e não consegui...alguém já tentou fazer isto ?

<?php
foreach ($node->field_fotopagina as $image) {
                  if(
$image['filepath']){
                     
$img_thumbnail = theme('image_style', 'recorte', $image['filepath'], '',$image['data']['title']);
?>
Read more
Subscribe with RSS Syndicate content