From 327679e248fdfe5e92c5d384b7991992a7fd7b18 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 7 Jun 2005 00:38:40 +0000 Subject: [PATCH] r243: Comment OCD --- global.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/global.php b/global.php index a40db63..bd2cb6c 100755 --- a/global.php +++ b/global.php @@ -12,6 +12,8 @@ require_once('./includes/init.php'); +// ################################################################### +// initialize template system $bugsys->load('template_fs'); $template->extension = 'tpl'; $template->templatedir = $bugsys->fetch_sourcepath('templates/'); -- 2.22.5