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.
Drupal 6では、RATEモジュールを表示したい場合、コードを使用できます(
<?php print $node->rate_rate['#value'];?>
Drupal 7テンプレートでそれを表示するためのコードは何ですか?
ありがとうございました!