モジュールからの実装でテンプレートファイルを提案してhook_preprocess_page()
いますが、提案されたテンプレートファイルは使用されていないようです。
テンプレート ファイルは、モジュールを含むディレクトリにある page--terminal-template.tpl.php であり、これは の実装ですhook_preprocess_page()
。
function terminal_preprocess_page(&$variables) {
if (arg(0) == "terminal") {
$variables['theme_hook_suggestions'][] = "page__terminal_template";
}
}
誰でも私を助けてもらえますか?