Example #1
0
<?php

include 'system/loading.php';
timegen('allsite');
$GLOBALS['data'] = new SimpleData();
include DIR . '/system/starter.php';
timegen_result();
Example #2
0
<?php

require_once 'system/loading.php';
timegen('main');
require_once 'system/starter.php';
echo tpl('index', array('title' => (!empty($module->title) ? strip_tags($module->title) . ' — ' : '') . 'Booot', 'h1' => $module->title, 'content' => $module->content, 'menu' => menu(array('modules' => $modules)), 'hint' => $module->Hint(), 'userbar' => $user->userBar()));
timegen_result();