サイドボックスに表示されているタイトルを変更
10 月 11th, 2009
★サイドボックスのタイトル
◆修正ファイル⇒includes/languages/YOURE_TEMPLATE/japanese.php
175行付近
// information box text in sideboxes/more_information.php
// information box text in sideboxes/information.php
define(’BOX_HEADING_MORE_INFORMATION’, ‘■’);//トップタイトル
define(’BOX_INFORMATION_PAGE_2′, ‘■’);//以下メニュータイトル
define(’BOX_INFORMATION_PAGE_3′, ‘■’);
define(’BOX_INFORMATION_PAGE_4′, ‘■’);
define(’BOX_INFORMATION_PAGE_5′, ‘■’);
define(’BOX_INFORMATION_PAGE_6′, ‘■’);
define(’BOX_INFORMATION_PAGE_7′, ‘■’);
define(’BOX_INFORMATION_PAGE_8′, ‘■’);
各ページのタイトル
例)ページ2の場合
⇒includes/languages/japanese/YOURE_TEMPLATE/page_2.php
23行付近
define(’NAVBAR_TITLE’, ‘ページ2′);
define(’HEADING_TITLE’, ‘ページ2′);