Updated 2k11 to v1.2.
This commit is contained in:
@@ -42,6 +42,7 @@ $template_config = array(
|
||||
'select_values' => array(DATE_FORMAT_ENTRY => DATE_FORMAT_ENTRY,
|
||||
'%A, %e. %B %Y' => '%A, %e. %B %Y',
|
||||
'%a, %e. %B %Y' => '%a, %e. %B %Y',
|
||||
'%e. %B %Y' => '%e. %B %Y',
|
||||
'%d.%m.%y' => '%d.%m.%y',
|
||||
'%d.%m.%Y' => '%d.%m.%Y',
|
||||
'%A, %m/%d/%Y' => '%A, %m/%d/%Y',
|
||||
@@ -66,7 +67,8 @@ $template_config = array(
|
||||
'ptsans' => 'PT Sans',
|
||||
'osans' => 'Open Sans',
|
||||
'cabin' => 'Cabin',
|
||||
'ubuntu' => 'Ubuntu')
|
||||
'ubuntu' => 'Ubuntu',
|
||||
'dserif' => 'Droid Serif')
|
||||
),
|
||||
array(
|
||||
'var' => 'userstyles',
|
||||
@@ -74,6 +76,12 @@ $template_config = array(
|
||||
'type' => 'boolean',
|
||||
'default' => false
|
||||
),
|
||||
array(
|
||||
'var' => 'refcomments',
|
||||
'name' => TWOK11_REFCOMMENTS,
|
||||
'type' => 'boolean',
|
||||
'default' => false
|
||||
),
|
||||
array(
|
||||
'var' => 'use_corenav',
|
||||
'name' => TWOK11_USE_CORENAV,
|
||||
@@ -84,4 +92,4 @@ $template_config = array(
|
||||
|
||||
$template_global_config = array('navigation' => true);
|
||||
$template_loaded_config = serendipity_loadThemeOptions($template_config, $serendipity['smarty_vars']['template_option'], true);
|
||||
serendipity_loadGlobalThemeOptions($template_config, $template_loaded_config, $template_global_config);
|
||||
serendipity_loadGlobalThemeOptions($template_config, $template_loaded_config, $template_global_config);
|
||||
|
Reference in New Issue
Block a user