Skip to content
Snippets Groups Projects
Commit 30194f36 authored by Alexander Purr's avatar Alexander Purr Committed by Dorian Merz
Browse files

refs #16707 [fid_adlr] display offcanvas toggler only if user is logged in

parent b8e865c7
No related merge requests found
......@@ -9,8 +9,10 @@ $account = $this->auth()->getManager();
?>
<div class="<?= $this->layoutClass('mainbody') ?>">
<?php /* finc V5: adds offcanvas-toggler missing in VF5, compare with finc/fid themes during update - CK */ ?>
<?=$this->render('RecordDriver/DefaultRecord/offcanvas-toggler-myresearch'); ?>
<?php if ($account->isLoggedIn()): ?>
<?php /* finc V5: adds offcanvas-toggler missing in VF5, compare with finc/fid themes during update - CK */ ?>
<?=$this->render('RecordDriver/DefaultRecord/offcanvas-toggler-myresearch'); ?>
<?php endif; ?>
<!-- fid-adlr: licenses -->
<br />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment