Skip to content

Commit 0cf8567

Browse files
committed
fix: corrected dashboard links
1 parent ce0dace commit 0cf8567

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpmyfaq/assets/templates/admin/dashboard.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<div class="row no-gutters align-items-center">
7171
<div class="col mr-2">
7272
<div class="text-xs font-weight-bold mb-1">
73-
<a class="text-white" href="?action=viewsessions">
73+
<a class="text-white" href="./statistics/sessions">
7474
{{ 'msgVisits' | translate }}
7575
</a>
7676
</div>
@@ -110,7 +110,7 @@
110110
<div class="row no-gutters align-items-center">
111111
<div class="col mr-2">
112112
<div class="text-xs font-weight-bold mb-1">
113-
<a class="text-white" href="?action=comments">
113+
<a class="text-white" href="./comments">
114114
{{ 'msgComments' | translate }}
115115
</a>
116116
</div>
@@ -130,7 +130,7 @@
130130
<div class="row no-gutters align-items-center">
131131
<div class="col mr-2">
132132
<div class="text-xs font-weight-bold mb-1">
133-
<a class="text-white" href="?action=question">
133+
<a class="text-white" href="./questions">
134134
{{ 'msgOpenQuestions' | translate }}
135135
</a>
136136
</div>

0 commit comments

Comments
 (0)