source: lightning/14.5.1/index.php
| Last change on this file was 147588, checked in by , 5 years ago | |
|---|---|
| File size: 423 bytes | |
| Line | |
|---|---|
| 1 | <?php |
| 2 | /** |
| 3 | * テンプレート g階層を読み込むようにしているが、 |
| 4 | * g階層じゃないファイルを先に読み込むようにしないと子テーマに複製している既存ユーザーが反映されなくなるので、 |
| 5 | * 直下が優先になっている。よって、直下にあるこのファイル(index.php)は一旦必ず読み込まれる |
| 6 | */ |
| 7 | lightning_get_template_part( 'index' ); ?> |
Note: See TracBrowser for help on using the repository browser.