1
0

Updated 2k11 to v1.2.

This commit is contained in:
Matthias Mees
2012-10-03 15:42:05 +02:00
parent d9647b0086
commit 2ca675a90e
16 changed files with 117 additions and 108 deletions

@@ -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);