diff --git a/include/functions_config.inc.php b/include/functions_config.inc.php index 4003b74c..a9a5790d 100644 --- a/include/functions_config.inc.php +++ b/include/functions_config.inc.php @@ -2154,7 +2154,7 @@ function serendipity_loadGlobalThemeOptions(&$template_config, &$template_loaded 'var' => 'navlink' . $i . 'text', 'name' => NAV_LINK_TEXT . ' #' . ($i+1), 'type' => 'string', - 'default' => 'Link #' . $i, + 'default' => 'Link #' . ($i+1), 'scope' => 'global' ); $template_config[] = array(