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
807fa4aa
Commit
807fa4aa
authored
Apr 30, 2010
by
Richard Mansfield
Browse files
Override microheader dashboard title when editing dashboard
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
a20075c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/view.php
View file @
807fa4aa
...
@@ -2725,6 +2725,9 @@ class View {
...
@@ -2725,6 +2725,9 @@ class View {
}
}
return
$title
;
return
$title
;
}
}
if
(
$this
->
type
==
'dashboard'
)
{
return
'<strong>'
.
get_string
(
'dashboardviewtitle'
,
'view'
)
.
'</strong>'
;
}
$ownername
=
$this
->
formatted_owner
();
$ownername
=
$this
->
formatted_owner
();
$wwwroot
=
get_config
(
'wwwroot'
);
$wwwroot
=
get_config
(
'wwwroot'
);
...
...
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