Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
b75ed3f6
Commit
b75ed3f6
authored
Oct 23, 2005
by
Dries
Browse files
- Patch
#34922
by Robert: order variables alphabetical.
parent
7f01d4f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/engines/phptemplate/phptemplate.engine
View file @
b75ed3f6
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment