コード例 #1
0
ファイル: index.php プロジェクト: AhoyLemon/getkirby.com
<?php

define('DS', DIRECTORY_SEPARATOR);
// load the cms bootstrapper
include __DIR__ . DS . 'kirby' . DS . 'bootstrap.php';
// start the cms
echo kirby::start();
コード例 #2
0
ファイル: system.php プロジェクト: gBokiau/kirby
<?php

// load the bootstrapper
include __DIR__ . DIRECTORY_SEPARATOR . 'bootstrap.php';
// start the cms
echo kirby::start(array('root.content' => $rootContent, 'root.site' => $rootSite));