noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 01/02: default theme = Classique


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/02: default theme = Classique
Date: Sat, 08 Mar 2014 15:38:31 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 0daabf6760fe2fe7680a2bcaac20aca6ade7fbd5
Author: Dany De Bontridder <address@hidden>
Date:   Sat Mar 8 16:09:08 2014 +0100

    default theme = Classique
---
 html/admin/sql/patch/ac-upgrade14.sql |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/html/admin/sql/patch/ac-upgrade14.sql 
b/html/admin/sql/patch/ac-upgrade14.sql
index 78f478e..e88be72 100644
--- a/html/admin/sql/patch/ac-upgrade14.sql
+++ b/html/admin/sql/patch/ac-upgrade14.sql
@@ -1,7 +1,8 @@
 begin;
 update theme set the_name='Mandarine' ,the_filestyle='style-mandarine.css' 
where the_name='Colored';
 update theme set the_name='Mobile' ,the_filestyle='style-mobile.css' where 
the_name='EPad';
-update user_global_pref set parameter_value='Light' where 
parameter_type='THEME';
+update theme set the_name = 'Classique' where the_name='classic';
+update user_global_pref set parameter_value='Classique' where 
parameter_type='THEME';
 update theme set the_filestyle='style-classic.css' where 
the_filestyle='style.css';
 update version set val=15;
 commit;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]