Skip to content
GitLab
Menu
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
cd61deef
Commit
cd61deef
authored
Jan 25, 2007
by
Martyn Smith
Committed by
Martyn Smith
Jan 25, 2007
Browse files
Fixed myPortfolio theme stuff
parent
6ab3cf3c
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/lib/mahara.php
View file @
cd61deef
...
...
@@ -919,8 +919,8 @@ function pieform_validate(Pieform $form, $values) {
function
pieform_element_calendar_configure
(
$element
)
{
$element
[
'jsroot'
]
=
'/js/jscalendar/'
;
$element
[
'themefile'
]
=
get_config
(
'themeurl'
)
.
'style/calendar.css'
;
$element
[
'imagefile'
]
=
get_config
(
'themeurl'
)
.
'calendar.gif'
;
$element
[
'themefile'
]
=
theme_get_url
(
'style/calendar.css'
)
;
$element
[
'imagefile'
]
=
theme_get_url
(
'calendar.gif'
)
;
$element
[
'language'
]
=
'en'
;
// @todo: language file names for the js calendar may need to be changed
return
$element
;
}
...
...
Write
Preview
Supports
Markdown
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