From fd7e70a932024b0cfac0315693e2ba3198e2ab26 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 21 Apr 2007 21:41:13 +0000 Subject: [PATCH] We need to remove the usage of the template directory in includes/init.php and remove the config option --- includes/config.php.new | 6 ------ includes/init.php | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/includes/config.php.new b/includes/config.php.new index c767acc..3f1a928 100644 --- a/includes/config.php.new +++ b/includes/config.php.new @@ -52,12 +52,6 @@ $conf['paths']['web'] = '/viewsvn/'; // is in your shell's path, then you can set this to 'svn'. $conf['paths']['svn'] = '/usr/local/bin/svn'; -// ################################################################### -// ///////////////////////// TEMPLATE SET -// ------------------------------------------------------------------- -// Choose which directory to use in templates/ as the template set. -$conf['paths']['templateset'] = 'default'; - /*=====================================================================*\ || ################################################################### || # $HeadURL$ diff --git a/includes/init.php b/includes/init.php index 6309295..73d6eae 100644 --- a/includes/init.php +++ b/includes/init.php @@ -52,7 +52,7 @@ BSRegister::Register('input', $input = BSRegister::LoadModule('Input')); BSRegister::Register('template', $template = BSRegister::LoadModule('Template')); -$template->setTemplateDirectory('./templates/' . $conf['paths']['templateset']); +$template->setTemplateDirectory('./templates/'); $template->setExtension('tpl'); // ################################################################### -- 2.22.5