Skip to content
Snippets Groups Projects
Commit 6ceb3c7f authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Fix incorrect links. (#1606)

- Resolves VUFIND-1393.
parent 440e9fa2
No related merge requests found
......@@ -9,7 +9,7 @@
$arrTemplate = '<tr><th>%%LABEL%%:</th><td> %%VALUE%%</td></tr>';
?>
<a class="search-filter-toggle visible-xs" href="#account-sidebar" data-toggle="offcanvas" title="Expand Sidebar">
<a class="search-filter-toggle visible-xs" href="#myresearch-sidebar" data-toggle="offcanvas" title="Expand Sidebar">
<?=$this->transEsc('Your Account') ?>
</a>
......
......@@ -9,7 +9,7 @@
$saveSupported = $this->accountCapabilities()->getSavedSearchSetting() === 'enabled';
?>
<a class="search-filter-toggle visible-xs" href="#account-sidebar" data-toggle="offcanvas" title="Expand Sidebar">
<a class="search-filter-toggle visible-xs" href="#myresearch-sidebar" data-toggle="offcanvas" title="Expand Sidebar">
<?=$this->transEsc('Your Account') ?>
</a>
......
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