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
12ed3972
Commit
12ed3972
authored
Feb 15, 2007
by
Nigel McNie
Committed by
Nigel McNie
Feb 15, 2007
Browse files
Fixed location of calendar files for when mahara isn't installed at /
parent
5a16740d
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/mahara.php
View file @
12ed3972
...
...
@@ -1005,7 +1005,7 @@ function pieform_validate(Pieform $form, $values) {
}
function
pieform_element_calendar_configure
(
$element
)
{
$element
[
'jsroot'
]
=
'
/
js/jscalendar/'
;
$element
[
'jsroot'
]
=
get_config
(
'wwwroot'
)
.
'js/jscalendar/'
;
$element
[
'themefile'
]
=
theme_get_url
(
'style/calendar.css'
);
$element
[
'imagefile'
]
=
theme_get_url
(
'images/calendar.gif'
);
$element
[
'language'
]
=
'en'
;
// @todo: language file names for the js calendar may need to be changed
...
...
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