Skip to content

Commit 2c53613

Browse files
committed
Add link to dashboard and add pointer cursor to logo
Signed-off-by: Xheni Myrtaj <[email protected]>
1 parent 033ef57 commit 2c53613

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,7 @@ function replaceNewUpdater()
11351135
font-size: 20px;
11361136
text-align: center;
11371137
margin-bottom: 94px;
1138+
cursor: pointer;
11381139
}
11391140

11401141
#logo img {
@@ -1489,7 +1490,7 @@ function replaceNewUpdater()
14891490

14901491
<div id="center">
14911492
<div class="fixed">
1492-
<div id="logo" title="Go back to phpList dashboard">
1493+
<div id="logo" title="Go back to phpList dashboard" onclick="location.href='../admin';">
14931494
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="175"
14941495
height="54.598" viewBox="0 0 175 54.598">
14951496
<defs>

0 commit comments

Comments
 (0)