-
ディレクトリ /includes/templates に kahoyanディレクトリ作成。
/includes/templates/kahoyan
- ディレクトリ /includes/templates/template_default/css の stylesheet.css ファイルを
ディレクトリ /includes/templates/kahoyan/css にコピー/includes/templates/kahoyan/css/stylesheet.css
-
includes/templates/template_default/template_info.php ファイルを
ディレクトリ /includes/templates/kahoyan にコピー/includes/templates/kahoyan/template_info.php
- /includes/templates/kahoyan/template_info.php
を修正
$template_name = 'Default Theme';
▲という箇所を探し$template_name = 'Kahoyan Theme';
と変更。 - ディレクトリ /includes/templates/kahoyan をサーバにアップロード
- 管理画面 /追加設定・ツール/テンプレートの設定 Kahoyan Templateを選択し更新。
- 管理画面 /追加設定・ツール/サイドボックスの表示設定 kahoyan 画面下部 リセットボタンをクリック。
オーバーライドによるファイル修正はこんな感じ。


Comment