<?php
/**************************************************************************\
* lowbatCMS - a test application *
* Written and (c) 2006 by Samuel Talleux<hide@address.com> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
***************************************************************************/
/* This file siteconfig.inc.php, and only this, must be included in all user pages
*/
// The only lowbatCMS file to include
require_once ('lowbatcms/lowbatcms.inc.php');
// All the user defined classes for this website
require_once (USER_CLASS_PATH.'/book.class.php');
//require_once (USER_CLASS_PATH.'/xtextfield.class.php');
//require_once (USER_CLASS_PATH.'/testentry.class.php');
// All the constants includes for this website
require_once ('inc/constants.inc.php');
// Language
require_once ('inc/lang.inc.php');
$lang = 'de';
?>