Skeleton: used the wrong lang constant
This commit is contained in:
parent
5ba0c006ab
commit
a699623ada
@ -46,7 +46,7 @@ $template_config = array(
|
|||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'var' => 'use_googlefonts',
|
'var' => 'use_googlefonts',
|
||||||
'name' => SKELETON_GOOGLEFONTS,
|
'name' => USE_GOOGLEFONTS,
|
||||||
'type' => 'boolean',
|
'type' => 'boolean',
|
||||||
'default' => false
|
'default' => false
|
||||||
),
|
),
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: Skeleton
|
Name: Skeleton
|
||||||
Author: Matthias Mees, based on http://getskeleton.com
|
Author: Matthias Mees, based on http://getskeleton.com
|
||||||
Date: 2018-04-09
|
Date: 2018-04-10
|
||||||
Require Serendipity: 2.0
|
Require Serendipity: 2.0
|
||||||
Recommended: Yes
|
Recommended: Yes
|
Loading…
x
Reference in New Issue
Block a user