feature 2587: set theme "elegant" as default theme
git-svn-id: http://piwigo.org/svn/trunk@13467 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
bea22eb678
commit
1a538bc6be
5 changed files with 6 additions and 5 deletions
|
|
@ -119,6 +119,7 @@ function deactivate_non_standard_themes()
|
|||
'clear',
|
||||
'Sylvia',
|
||||
'dark',
|
||||
'elegant',
|
||||
);
|
||||
|
||||
$query = '
|
||||
|
|
@ -162,7 +163,7 @@ SELECT theme
|
|||
{
|
||||
$query = '
|
||||
UPDATE '.PREFIX_TABLE.'user_infos
|
||||
SET theme = \'Sylvia\'
|
||||
SET theme = \'elegant\'
|
||||
WHERE user_id = '.$conf['default_user_id'].'
|
||||
;';
|
||||
pwg_query($query);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue