Oops, forgot something for Skeleton

This commit is contained in:
Matthias Mees 2018-04-09 23:59:33 +02:00
parent b6d06e16c0
commit 5ba0c006ab

View File

@ -44,6 +44,12 @@ $template_config = array(
'%m/%d/%Y' => '%m/%d/%Y',
'%Y-%m-%d' => '%Y-%m-%d')
),
array(
'var' => 'use_googlefonts',
'name' => SKELETON_GOOGLEFONTS,
'type' => 'boolean',
'default' => false
),
array(
'var' => 'use_corenav',
'name' => USE_CORENAV,
@ -58,4 +64,4 @@ serendipity_loadGlobalThemeOptions($template_config, $template_loaded_config, $t
if ($_SESSION['serendipityUseTemplate']) {
$template_loaded_config['use_corenav'] = false;
}
}