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.
以下のコードを使用しようとしましたが、機能しません: (「テスト」は私のサブテーマです)
$image = file_directory_path() . "/sites/all/themes/test/images/brasil.png";
D7:
$image = DRUPAL_ROOT . "/sites/all/themes/test/images/brasil.png";
D6 と D7:
$image = getcwd() . "/sites/all/themes/test/images/brasil.png";
D6とD7
global $base_url; $image = $base_url . "/sites/all/themes/test/images/brasil.png";