次のエラーが表示されます。
厳格な警告:include()の参照によって変数のみを渡す必要があります(/home/sites/dev/theparce/sites/all/themes/parce/block--block--3.tpl.phpの18行目)。
これは、そのエラーの原因となっているブロックコードです。
if ($user_gallery) {
print render(node_show($user_gallery)); // Line 18
print drupal_render ($user_gallery_edit);
}
else {
print drupal_render($user_gallery_new);
}
すべてが期待どおりに印刷されても、なぜこのエラーが発生するのですか?