<?php
ob_start(); // dalej dodać ob_end_flush();
//Site function
require_once 'config.php';
include 'core/documents/render_document.php';

include 'theme/view/main/header.php';
include $THEMEVIEW;
include 'theme/view/main/footer.php';
?>
