2011-06-01 12:13:39 +02:00
|
|
|
<?php
|
2011-06-01 15:02:00 +02:00
|
|
|
require_once ('../bootstrap.php');
|
2007-08-11 14:04:54 +02:00
|
|
|
|
2011-06-01 15:02:00 +02:00
|
|
|
include ("includes/header.php");
|
2007-08-11 14:04:54 +02:00
|
|
|
|
2011-06-01 15:02:00 +02:00
|
|
|
include ("includes/footer.php");
|
2007-08-11 14:04:54 +02:00
|
|
|
?>
|
|
|
|
|