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
5dcf538f
Commit
5dcf538f
authored
Mar 18, 2016
by
Robert Lyon
Committed by
Gerrit Code Review
Mar 18, 2016
Browse files
Merge "Bug 1537912: Allow the 'login' link to show when sidebars exist"
parents
b1afecc3
51910ec5
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/web.php
View file @
5dcf538f
...
...
@@ -781,6 +781,7 @@ EOF;
),
);
}
$smarty
->
assign
(
'SHOWLOGINBLOCK'
,
$isloginblockvisible
);
if
(
get_config
(
'enablenetworking'
))
{
require_once
(
get_config
(
'docroot'
)
.
'api/xmlrpc/lib.php'
);
...
...
htdocs/theme/raw/templates/header/topright.tpl
View file @
5dcf538f
...
...
@@ -43,7 +43,7 @@
</li>
{/
if
}
{/
strip
}
{
if
!
$LOGGEDIN
&&
!
$S
IDEBARS
&&
!
$LOGINPAGE
}
{
if
!
$LOGGEDIN
&&
!
$S
HOWLOGINBLOCK
&&
!
$LOGINPAGE
}
<li
id=
"loginlink"
class=
"has-icon login-link"
>
<a
href=
"
{
$WWWROOT
}
?login"
accesskey=
"l"
>
<span
class=
"icon icon-sign-in"
role=
"presentation"
aria-hidden=
"true"
></span>
...
...
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