Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
domain-3264896
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
domain-3264896
Commits
2ae2d0ee
Commit
2ae2d0ee
authored
14 years ago
by
Ken Rickard
Browse files
Options
Downloads
Patches
Plain Diff
-- _system_theme_list() has been removed from core.
-- Releases 7.x.2.3
parent
708285df
No related branches found
Branches containing commit
Tags
7.x-1.16
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.txt
+2
-0
2 additions, 0 deletions
CHANGELOG.txt
domain_theme/domain_theme.admin.inc
+2
-2
2 additions, 2 deletions
domain_theme/domain_theme.admin.inc
with
4 additions
and
2 deletions
CHANGELOG.txt
+
2
−
0
View file @
2ae2d0ee
...
...
@@ -5,6 +5,8 @@
-- Releases 7.x.2.1
-- Reverts the parse_url() replaced with drupal_parse_url().
-- Releases 7.x.2.2
-- _system_theme_list() has been removed from core.
-- Releases 7.x.2.3
06-JUN-2010
-- Branches the 7-x-2 release to bugfix only.
...
...
This diff is collapsed.
Click to expand it.
domain_theme/domain_theme.admin.inc
+
2
−
2
View file @
2ae2d0ee
...
...
@@ -51,7 +51,7 @@ function domain_theme_form($form, &$form_state, $domain) {
'#type'
=>
'value'
,
'#value'
=>
$domain
[
'domain_id'
],
);
$themes
=
_
system_theme_
list
();
$themes
=
system_
rebuild_
theme_
data
();
$form
[
'theme'
]
=
array
(
'#tree'
=>
TRUE
,
'#description'
=>
t
(
'To enable additional themes, <a href="!url">configure them globally</a>'
,
array
(
'!url'
=>
url
(
'admin/appearance'
))),
...
...
@@ -122,7 +122,7 @@ function theme_domain_theme_form($variables) {
$form
=
$variables
[
'form'
];
$output
=
''
;
$output
.
=
drupal_render
(
$form
[
'intro'
]);
$themes
=
_
system_theme_
list
();
$themes
=
system_
rebuild_
theme_
data
();
$header
=
array
(
t
(
'Screenshot'
),
t
(
'Theme'
),
t
(
'Default'
),
t
(
'Options'
));
$rows
=
array
();
foreach
(
element_children
(
$form
[
'theme'
])
as
$key
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment