By huangweiqiu on
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?
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
Please Elaborate
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?