Skip to content
Snippets Groups Projects
Commit 75c071e1 authored by Alexander Purr's avatar Alexander Purr Committed by Robert Lange
Browse files

refs #19799 [fid_bbi] profile menu: my tags as unordered list

parent 9d874ce4
No related merge requests found
......@@ -122,14 +122,16 @@
<?php if ($this->usertags()->getMode() === 'enabled'): ?>
<h3><?=$this->translate('Your Tags')?></h3>
<p>
<a
href="<?=$this->url('myresearch-usertags')?>"
<?=$this->active === 'tags' ? 'class="active"' : ''?>
>
<?=$this->translate('show_usertags')?>
</a>
</p>
<ul class="unstyled-list">
<li>
<a
href="<?=$this->url('myresearch-usertags')?>"
<?=$this->active === 'tags' ? 'class="active"' : ''?>
>
<?=$this->translate('show_usertags')?>
</a>
</li>
</ul>
<?php endif; ?>
<?php if ($this->permission()->allowDisplay('fid.ReadList')): ?>
......
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