bjack/index.php

14 lines
235 B
PHP
Raw Normal View History

2012-03-13 11:36:26 +01:00
<?php define("SITE_ROOT", dirname(__FILE__)); ?>
<!DOCTYPE html>
<html lang="en">
<?php include(SITE_ROOT . "/templates/" . "head.tpl.php"); ?>
<body>
<?php include(SITE_ROOT . "/controllers/" . "content.php"); ?>
</body>
</html>