/template/default/index.tpl の Line35位( Ver2.6以下)
{msgContact} 問い合わせ {msgHelp} ヘルプ {msgOpenQuestions} 質問を開く {msgQuestion} 質問をする {msgAddContent} 内容の追加 {showInstantResponse} 即時回答 {msgSearch} 高度な検索
Ver2.7
<nav>
<ul>
<li>{allCategories}</li> 全カテゴリーを表示する
<li>{showInstantResponse}</li> 即時回答
<li>{msgAddContent}</li> 内容の追加
<li>{msgQuestion}</li> 質問をする
<li>{msgOpenQuestions}</li> 質問を開く
<li>{showSitemap}</li> サイトマップ
<li>{msgContact}</li> 問い合わせ
</ul>
</nav>
不要なモノをリストタグごと削除。 並びが逆になってるので注意
このサイトは 質問を開く、質問をする、内容の追加 を削除し 、フォーラムへのリンクを追加
<li>{msgContact}</li>
<li><a href="/forum">フォーラム</a></li>
<li>{showInstantResponse}</li>
<li>{msgSearch}</li>