From 496fd9b844be254cf098a60725b9adc50144608e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 15 Jul 2010 00:24:45 +0000 Subject: [PATCH] Default to auguria --- htdocs/core/class/conf.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/conf.class.php b/htdocs/core/class/conf.class.php index 319d55a1b4f..73b951cbccd 100644 --- a/htdocs/core/class/conf.class.php +++ b/htdocs/core/class/conf.class.php @@ -346,7 +346,7 @@ class Conf $this->product->limit_size=$this->global->PRODUIT_LIMIT_SIZE; // $this->theme et $this->css - if (empty($this->global->MAIN_THEME)) $this->global->MAIN_THEME="eldy"; + if (empty($this->global->MAIN_THEME)) $this->global->MAIN_THEME="auguria"; $this->theme=$this->global->MAIN_THEME; $this->css = "/theme/".$this->theme."/style.css.php";