Skip to content
Snippets Groups Projects
Commit b75ed3f6 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #34922 by Robert: order variables alphabetical.

parent 7f01d4f0
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment