#author("2024-09-02T06:54:16+00:00","default:iseki","iseki") ** title_page.inc.php [#o61ec9cb] - ページの先頭の階層のみを表示するコマンド (2階層以降を表示しない) - pukiWiki の list コマンドに相当 *** ソース [#r05f298b] *** プログラム内のメッセージの変更 [#rd7423f3] -以下のファイルに ''$root->_title_page'' を追加 xoops_trust_path/modules/xpwiki/language/xpwiki/en xoops_trust_path/modules/xpwiki/language/xpwiki/ja_utf8 xoops_trust_path/modules/xpwiki/language/xpwiki/ja *** ナビに表示 [#j852379e] -以下のファイルに ''$root->_title_page'', ''$root->_LANG['skin']['title_page']'' を追加 xoops_trust_path/modules/xpwiki/language/xpwiki/en xoops_trust_path/modules/xpwiki/language/xpwiki/ja_utf8 xoops_trust_path/modules/xpwiki/language/xpwiki/ja - ''html/modules/xpwiki/skin/xpwiki/pukiwiki.skin.php'' の ''navigator_wiki'' に以下を追加 <?php $navigator($this,'title_page') ?> | -''xoops_trust_path/modules/xpwiki/class/func/pukiwiki_func.php'' に以下を追加 $_LINK['title_page'] = "{$this->root->script}?cmd=title_page#{$this->root->mydirname}_header";