Update manually tag now links to theme page

@MagicLike
This commit is contained in:
Julian Prieber 2022-09-14 15:33:31 +02:00
parent 0b5aec1ece
commit 8e232344d7

View File

@ -188,7 +188,7 @@ table, th, td {
if ($themeVe == "error") {
echo '<img style="scale:0.9" src="https://img.shields.io/static/v1?label=&message=Error!&color=red">';
} elseif ($hasSource == false) {
echo '<img style="scale:0.9" src="https://img.shields.io/static/v1?label=&message=Update manually&color=red">';
echo '<a href="https://littlelink-custom.com/themes.php" target="_blank"><img style="scale:0.9" src="https://img.shields.io/static/v1?label=&message=Update manually&color=red"></a>';
} elseif($updateAv == true) {
echo '<img style="scale:0.9" src="https://img.shields.io/static/v1?label=&message=Update available&color=yellow">';
} else {