Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は使っている
<?php echo theme('image', array('path' => drupal_get_path('theme', 'themename') .'/img/demo.png')); ?>
Drupal 7 テーマにイメージをハード コードするため。私の質問は、「id」、「class」、「alt」などの属性をどのように追加するのですか?