2: 2008-12-26 (Fri) 02:10:02 admin  |
Cur: 2008-12-28 (Sun) 12:13:39 admin  |
- | ** title_list.inc.php [#o61ec9cb] | + | ** title_page.inc.php [#o61ec9cb] |
| - ページの先頭の階層のみを表示するコマンド (2階層以降を表示しない) | | - ページの先頭の階層のみを表示するコマンド (2階層以降を表示しない) |
| - pukiWiki の list コマンドに相当 | | - pukiWiki の list コマンドに相当 |
| *** ソース [#r05f298b] | | *** ソース [#r05f298b] |
| | | |
- | *** メッセージの変更 [#rd7423f3] | + | *** プログラム内のメッセージの変更 [#rd7423f3] |
- | 以下のファイルに ''$root->_title_page'' を追加 | + | -以下のファイルに ''$root->_title_page'' を追加 |
- | - xoops_trust_path/modules/xpwiki/language/xpwiki/en | + | 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_utf8 |
- | - xoops_trust_path/modules/xpwiki/language/xpwiki/ja | + | 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"; |