mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
Don't show spotlight icon on cards
This commit is contained in:
parent
205f6bfe6c
commit
f600803f2a
Binary file not shown.
@ -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
|
||||
|
@ -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>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user