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
a8af65b1
Commit
a8af65b1
authored
Nov 08, 2006
by
Richard Mansfield
Browse files
added links to nonexistent edit admin menu page
parent
65c4e17f
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/mahara.php
View file @
a8af65b1
...
...
@@ -751,7 +751,7 @@ function admin_nav() {
array
(
'name'
=>
'menueditor'
,
'section'
=>
'admin'
,
'link'
=>
$wwwroot
.
'admin/
todo
'
,
'link'
=>
$wwwroot
.
'admin/
editmenu.php
'
,
),
array
(
'name'
=>
'files'
,
...
...
htdocs/theme/default/templates/admin/index.tpl
View file @
a8af65b1
...
...
@@ -13,6 +13,7 @@
</ul></li>
</ul>
<li><a
href=
"editsitepage.php"
>
EditSitePages
</a></li>
<li><a
href=
"editmenu.php"
>
EditAdminMenu
</a></li>
</ul>
{
if
$upgrades
}
...
...
Write
Preview
Markdown
is supported
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