Geizkragen/index.php

11 lines
192 B
PHP

<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);
?>
<?php include 'header.php'; ?>
<?php include 'catbar.php'; ?>
<?php include 'compcards.php'; ?>
<?php include 'footer.php'; ?>