diff options
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index a65f8b713..0bc46252a 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -211,8 +211,8 @@ function path_to_theme() { */ function theme_get_settings($key = NULL) { $defaults = array( - 'primary_links' => l(t('edit primary links'), 'admin/themes/settings'), - 'secondary_links' => l(t('edit secondary links'), 'admin/themes/settings'), + 'primary_links' => array(), + 'secondary_links' => array(), 'mission' => '', 'default_logo' => 1, 'logo_path' => '', |