From fa8180ea3a41584943dd7464eb8c3cad769d8211 Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Sun, 17 Apr 2011 16:49:09 +0000 Subject: Jessus christ git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2.1@491 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- themes/default/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/default/index.php') diff --git a/themes/default/index.php b/themes/default/index.php index 1004e0a..3d02ec1 100644 --- a/themes/default/index.php +++ b/themes/default/index.php @@ -15,7 +15,7 @@ try { ob_start("fatal_error_handler"); set_error_handler("handle_error"); - +require_once self::$root_path . '/include/functions.php'; include self::$header; //session_start(); -- cgit