Don't show spotlight icon on cards

This commit is contained in:
Squidly271 2023-04-07 10:14:57 -04:00
parent 205f6bfe6c
commit f600803f2a
3 changed files with 3 additions and 3 deletions

View File

@ -22,4 +22,4 @@ f2a86fd875cb73bb095388e69ca035fd ./scripts/showStatistics.php
5c088a7cf82229cb64edfd4c415a84a0 ./scripts/updatePluginSupport.php
93144bebc8bab49bbf3cad72cffbb1bd ./skins/Narrow/css.php
d642a25efb891e51471fc4c7636da885 ./skins/Narrow/skin.html
75945a776bb4385a59a25ba598c5acf9 ./skins/Narrow/skin.php
4951429426a98eafa9e18b755528e52a ./skins/Narrow/skin.php

View File

@ -1299,14 +1299,14 @@ function displayCard($template) {
$descClass= $RepositoryTemplate ? "cardDescriptionRepo" : "cardDescription";
$card .= "<div class='$descClass $backgroundClickable'><div class='cardDesc'>$Overview</div></div>";
if ( $RecommendedDate ) {
/* if ( $RecommendedDate ) {
$card .= "
<div class='homespotlightIconArea ca_center''>
<div><img class='spotlightIcon' src='{$caPaths['SpotlightIcon']}' alt='Spotlight'></img></div>
<div class='spotlightDate'>".tr(date("M Y",$RecommendedDate),0)."</div>
</div>
";
}
} */
$card .= "</div>";
if ( $Installed || $Uninstall ) {
$flagTextStart = tr("Installed")."<br>";