From 3e41e8e84bf114c97ee49166abcfbcc42c584219 Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Tue, 24 May 2011 17:29:00 -0400 Subject: [PATCH] Start Private Label work --- interface/lib/config.inc.local.php | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/interface/lib/config.inc.local.php b/interface/lib/config.inc.local.php index bbc199c..61bc351 100644 --- a/interface/lib/config.inc.local.php +++ b/interface/lib/config.inc.local.php @@ -25,7 +25,9 @@ // $conf['theme'] = 'mycustom_theme'; // Must be installed. // $conf['logo'] = 'themes/default/images/ispc_logo.png'; -// $conf['language'] = 'en'; +// $conf['templates'] = '/opt/tecnoera/templates'; + +// $conf['language'] = 'es'; // $conf['interface_logout_url'] = 'http://www.mycompany.com'; -- Gitblit v1.9.1