<?php
//ini_set('display_errors', 1);
include dirname(__FILE__)."/includes/config.php";
include dirname(__FILE__)."/core/krenabiz.php";

/*include dirname(__FILE__)."/templates/".TEMPLATE."/header.php";

if (!empty($search))  {
	include dirname(__FILE__)."/templates/".TEMPLATE."/search.php";
} else if (!empty($id)) {
	include dirname(__FILE__)."/templates/".TEMPLATE."/detail.php";
} else {
	include dirname(__FILE__)."/templates/".TEMPLATE."/home.php";
}

include dirname(__FILE__)."/templates/".TEMPLATE."/footer.php";
*/