From b75ed3f6047c34e29ae4d92c1c17cf438f94dad1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 23 Oct 2005 09:58:43 +0000 Subject: - Patch #34922 by Robert: order variables alphabetical. --- themes/engines/phptemplate/phptemplate.engine | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/engines/phptemplate/phptemplate.engine b/themes/engines/phptemplate/phptemplate.engine index 3c8280960..b203c39f5 100644 --- a/themes/engines/phptemplate/phptemplate.engine +++ b/themes/engines/phptemplate/phptemplate.engine @@ -201,12 +201,12 @@ function phptemplate_page($content) { 'mission' => isset($mission) ? $mission : '', 'onload_attributes' => theme('onload_attribute'), 'primary_links' => theme_get_setting('primary_links'), - 'site_name' => (theme_get_setting('toggle_name') ? variable_get('site_name', 'Drupal') : ''), - 'site_slogan' => (theme_get_setting('toggle_slogan') ? variable_get('site_slogan', '') : ''), 'search_box' => (theme_get_setting('toggle_search') ? search_box() : ''), 'secondary_links' => theme_get_setting('secondary_links'), 'sidebar_left' => $sidebar_left, 'sidebar_right' => $sidebar_right, + 'site_name' => (theme_get_setting('toggle_name') ? variable_get('site_name', 'Drupal') : ''), + 'site_slogan' => (theme_get_setting('toggle_slogan') ? variable_get('site_slogan', '') : ''), 'styles' => theme_get_styles(), 'tabs' => theme('menu_local_tasks'), 'title' => drupal_get_title() -- cgit v1.2.3