From e274f97c879bff059511472a4d14a3584941393e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 4 May 2005 18:12:18 +0000 Subject: - Removed the Xtemplate engine and added the PHPTemplate engine. - Converted the Bluemarine theme from XTemplate to PHPTemplate. - Moved the the Pushbutton theme and the Xtemplate engine to the contributions repository. --- includes/theme.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') 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' => '', -- cgit v1.2.3