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
deb5b4de
Commit
deb5b4de
authored
Jan 29, 2008
by
Clare Lenihan
Committed by
Clare Lenihan
Jan 29, 2008
Browse files
changing files and blogs to my files and my blogs in navigation
parent
710f7ff8
Changes
2
Show whitespace changes
Inline
Side-by-side
htdocs/artefact/blog/lib.php
View file @
deb5b4de
...
...
@@ -51,7 +51,7 @@ class PluginArtefactBlog extends PluginArtefact {
array
(
'path'
=>
'myportfolio/blogs'
,
'url'
=>
'artefact/blog/'
,
'title'
=>
get_string
(
'blogs'
,
'artefact.blog'
),
'title'
=>
get_string
(
'
my
blogs'
,
'artefact.blog'
),
'weight'
=>
30
,
),
);
...
...
htdocs/artefact/file/lib.php
View file @
deb5b4de
...
...
@@ -49,7 +49,7 @@ class PluginArtefactFile extends PluginArtefact {
array
(
'path'
=>
'myportfolio/files'
,
'url'
=>
'artefact/file/'
,
'title'
=>
get_string
(
'files'
,
'artefact.file'
),
'title'
=>
get_string
(
'
my
files'
,
'artefact.file'
),
'weight'
=>
20
,
),
);
...
...
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