請讓我知道下面的代碼是正確的,以獲取影像風格的Drupal圖片風格的Drupal
$image = theme(
'image_style',
array(
'path' => 'public://my_example_image.jpg',
'style_name' => 'my_custom_image_style',
'alt' => 'Alternate Text',
'title' => 'Title Text',
)
);