Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
43d9d85d
Commit
43d9d85d
authored
Mar 03, 2008
by
Richard Mansfield
Browse files
Display the correct theme name when adding institutions
parent
d0c07455
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/mahara.php
View file @
43d9d85d
...
...
@@ -413,7 +413,7 @@ function get_themes() {
$config_path
=
$themebase
.
$subdir
.
'/config.php'
;
if
(
is_readable
(
$config_path
))
{
require
_once
(
$config_path
);
require
(
$config_path
);
if
(
isset
(
$theme
->
name
))
{
$themes
[
$subdir
]
=
$theme
->
name
;
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment