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
580aeb8e
Commit
580aeb8e
authored
May 07, 2009
by
Nigel McNie
Browse files
Make sure the import/export tabs appear right at the end, beyond the blogs/files tabs.
parent
650e8df1
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/web.php
View file @
580aeb8e
...
@@ -1710,14 +1710,14 @@ function mahara_standard_nav() {
...
@@ -1710,14 +1710,14 @@ function mahara_standard_nav() {
'path'
=>
'myportfolio/export'
,
'path'
=>
'myportfolio/export'
,
'url'
=>
'export/'
,
'url'
=>
'export/'
,
'title'
=>
get_string
(
'Export'
,
'export'
),
'title'
=>
get_string
(
'Export'
,
'export'
),
'weight'
=>
3
0
,
'weight'
=>
4
0
,
'ignore'
=>
!
$exportenabled
,
'ignore'
=>
!
$exportenabled
,
),
),
array
(
array
(
'path'
=>
'myportfolio/import'
,
'path'
=>
'myportfolio/import'
,
'url'
=>
'import/'
,
'url'
=>
'import/'
,
'title'
=>
get_string
(
'import'
,
'import'
),
'title'
=>
get_string
(
'import'
,
'import'
),
'weight'
=>
3
0
,
'weight'
=>
4
0
,
'ignore'
=>
!
$importenabled
,
'ignore'
=>
!
$importenabled
,
),
),
array
(
array
(
...
...
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