I created a block with php filter,I want to print a string but nothing show.
eg:~


print 'drupal is good';

but nothing show up. WHY?

Comments

da_solver’s picture

Hi,
Can you please elaborate. Can you post some of your module code. Are you implementing hook_block_view()? If so, can you post your code?