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
d544acbe
Commit
d544acbe
authored
Nov 06, 2006
by
Martyn Smith
Committed by
Martyn Smith
Nov 06, 2006
Browse files
Added site admin link
parent
e7b6955c
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/header.tpl
View file @
d544acbe
...
...
@@ -21,6 +21,9 @@
<h1>
Mahara
</h1>
{
if
$USER
}
<a
href=
"
{
$WWWROOT
}
?logout"
>
Logout
</a>
{
if
$USER
->
admin
}
<a
href=
"
{
$WWWROOT
}
admin/"
>
Site Administration
</a>
{/
if
}
{/
if
}
</div>
{
if
$MAINNAV
}
...
...
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