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のテーマを作成しました。バッチ操作ページを除いて、すべて正常に動作します。プログレスバーも表示されません。
Drupal Batch操作を機能させるには、テーマに特別なタグを含める必要がありますか?
これらの 2 行を page.tpl.php ヘッダーに入れていません。テーマ ファイルをゼロからコーディングしました。
<?php print $scripts ?> <?php print $styles ?>
追加されると、バッチページが機能し始めました。