Skip to content
Snippets Groups Projects
Commit 1ee68349 authored by Dorian Merz's avatar Dorian Merz Committed by Robert Lange
Browse files

refs #17979 [fid_bbi] add head title to usertags page

parent 46a04bdd
No related merge requests found
<!-- fid_bbi: myresearch - usertags --> <!-- fid_bbi: myresearch - usertags -->
<?php
// Set up page title:
$this->headTitle($this->translate('Your Tags'));
// Set up breadcrumbs:
$this->layout()->breadcrumbs = '<li><a href="' . $this->url('myresearch-home') . '">' . $this->transEsc('Your Account') . '</a></li> <li class="active">' . $this->transEsc('Profile') . '</li>';
?>
<div class="<?=$this->layoutClass('mainbody')?>"> <div class="<?=$this->layoutClass('mainbody')?>">
<?php /* finc V5: adds offcanvas-toggler missing in VF5, compare with finc/fid themes during update - CK */ ?> <?php /* finc V5: adds offcanvas-toggler missing in VF5, compare with finc/fid themes during update - CK */ ?>
<?=$this->render('RecordDriver/DefaultRecord/offcanvas-toggler-myresearch'); ?> <?=$this->render('RecordDriver/DefaultRecord/offcanvas-toggler-myresearch'); ?>
......
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