Пример #1
0
<?php

define('DS', DIRECTORY_SEPARATOR);
// load the cms bootstrapper
include __DIR__ . DS . 'kirby' . DS . 'bootstrap.php';
// start the cms
echo kirby::start();
Пример #2
0
<?php

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