1

I am using Drupal 7 with panels. When I place content into my panel it just prints the word 'Array' out instead of the content. This seems to happen with the fields I created and also the main body content as well. Does anyone know how I can fix this at all? Thanks in advance for any information.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Rich Stevens
  • 599
  • 4
  • 17

1 Answers1

1

Apply render to the output to print the HTML.

print render($variable);
Muhammad Reda
  • 26,379
  • 14
  • 93
  • 105