Skip to content

Commit

Permalink
Use absolute urls in quick_links.php and view_log.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dgvirtual committed Aug 19, 2023
1 parent 8253859 commit 51eb27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dashboard/Views/quick_links.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<?php foreach ($menu->items() as $item) : ?>
<?php if ($item->userCanSee()): ?>
<div class="quick-link">
<a href="<?= $item->url ?>">
<a href="<?= site_url($item->url) ?>">
<?= $item->icon ?>
<span><?= $item->title ?></span>
</a>
Expand Down

0 comments on commit 51eb27c

Please sign in to comment.