XPressME Integration Kit

Trac

source: trunk/xpressme_integration_kit/wp-content/themes/xpress_default/home.php @ 525

Last change on this file since 525 was 525, checked in by toemon, 14 years ago

デフォルトテーマのMultiBlog対応 Fixes #293

File size: 155 bytes
Line 
1<?php
2        if (xpress_is_multiblog_root()){
3                include dirname(__FILE__) . '/multi_blog.php';
4        } else {
5                include dirname(__FILE__) . '/index.php';
6        }
7?>
Note: See TracBrowser for help on using the repository browser.