Skip to content
Snippets Groups Projects
Commit 446df269 authored by Dorian Merz's avatar Dorian Merz
Browse files

Merge branch 'master-v5' into instance/fid

parents c8b71444 2b505824
No related merge requests found
......@@ -89,7 +89,7 @@ $user = $this->auth()->isLoggedIn();
<?=$this->context($this)->renderInContext("myresearch/menu.phtml", ['active' => isset($list) ? 'list' . $list['id'] : 'favorites'])?>
<?php endif; ?>
<?php foreach ($this->results->getRecommendations('side') as $current): ?>
<?=$this->recommend($current)?>
<br/><?=$this->recommend($current)?>
<?php endforeach; ?>
</div>
......
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