default theme = Classique
This commit is contained in:
parent
caa1c2026f
commit
0daabf6760
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue