diff --git a/themes/fid/templates/myresearch/menu.phtml b/themes/fid/templates/myresearch/menu.phtml index 8d8d8aa4c5ed1b46fef6fe900770a49f13ed48a3..26befc4ee09b9c2edaa325f7a8f9a35ffc05b58a 100644 --- a/themes/fid/templates/myresearch/menu.phtml +++ b/themes/fid/templates/myresearch/menu.phtml @@ -90,7 +90,7 @@ <h4><?=$this->transEsc('fid::admin_section')?></h4> <div class="myresearch-menu"> <a href="<?=$this->url('fid/admin/list')?>"><?=$this->transEsc('fid::permission_read_user_list')?></a> - <?php endif; ?> </div> + <?php endif; ?> <!-- fid: myresearch - menu.phtml END --> <?php endif; ?> diff --git a/themes/finc/templates/myresearch/mylist.phtml b/themes/finc/templates/myresearch/mylist.phtml index 0c9489e95e5adc7fe88112c0ca7ea5a2cb83154f..129b59cef2b9d8201da14d92c31fea6faad0bc40 100644 --- a/themes/finc/templates/myresearch/mylist.phtml +++ b/themes/finc/templates/myresearch/mylist.phtml @@ -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>