Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
e6629d09
Commit
e6629d09
authored
Oct 06, 2006
by
Penny Leach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set up theme url in init.php
parent
f0e8bfb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
htdocs/init.php
htdocs/init.php
+8
-0
No files found.
htdocs/init.php
View file @
e6629d09
...
...
@@ -96,4 +96,12 @@ catch (Exception $e) {
load_config
();
if
(
!
get_config
(
'theme'
))
{
// if it's not set, we're probably not installed,
// so set it in $CFG directly rather than the db which doesn't yet exist
$CFG
->
theme
=
'default'
;
}
$CFG
->
themeurl
=
get_config
(
'wwwroot'
)
.
'theme/'
.
get_config
(
'theme'
)
.
'/static/'
;
?>
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