|
33 | 33 | <div class='sha2-ico-desc' style="background: url(/img/icons/buttons/sha2-arm64.png) center / contain no-repeat;"></div> |
34 | 34 | <span> |
35 | 35 | <?php |
36 | | - if (/*isset($build) && !is_null($build->checksum_win_arm64) &&*/ false) // Disabled |
| 36 | + if (isset($build) && !is_null($build->checksum_win_arm64)) |
37 | 37 | printf("%s", $build->checksum_win_arm64); |
38 | 38 | else if (isset($build_windows_arm64)) |
39 | 39 | printf("%s", $build_windows_arm64->checksum_win_arm64); |
|
82 | 82 | printf("</a>"); |
83 | 83 | ?> |
84 | 84 | <?php |
85 | | - if (/*isset($build) && !is_null($build->get_url_windows_arm64()) &&*/ false) // Disabled |
| 85 | + if (isset($build) && !is_null($build->get_url_windows_arm64())) |
86 | 86 | printf("<a href=\"%s\" download>", $build->get_url_windows_arm64()); |
87 | 87 | else if (isset($build_windows_arm64)) |
88 | 88 | printf("<a href=\"%s\" download>", $build_windows_arm64->get_url_windows_arm64()); |
|
93 | 93 | <div class='package-con-metabutton'> |
94 | 94 | <span class='package-tx1-metabutton'> |
95 | 95 | <?php |
96 | | - if (/*isset($build) && !is_null($build->get_url_windows_arm64()) &&*/ false) // Disabled |
| 96 | + if (isset($build) && !is_null($build->get_url_windows_arm64())) |
97 | 97 | printf("Download for arm64"); |
98 | 98 | else |
99 | 99 | printf("Coming soon..."); |
|
102 | 102 | <br> |
103 | 103 | <span class='package-tx2-metabutton'> |
104 | 104 | <?php |
105 | | - if (/*isset($build) && !is_null($build->get_size_mb_windows_arm64()) &&*/ false) // Disabled |
| 105 | + if (isset($build) && !is_null($build->get_size_mb_windows_arm64())) |
106 | 106 | printf("%s MB", $build->get_size_mb_windows_arm64()); |
107 | 107 | else |
108 | 108 | printf(""); |
|
111 | 111 | </div> |
112 | 112 | </div> |
113 | 113 | <?php |
114 | | - if (/*isset($build) && !is_null($build->get_url_windows_arm64()) &&*/ false) // Disabled |
| 114 | + if (isset($build) && !is_null($build->get_url_windows_arm64())) |
115 | 115 | printf("</a>"); |
116 | 116 | ?> |
117 | 117 | </div> |
|
0 commit comments