Update Office Feature

Time and Hyperlinks added
This commit is contained in:
Luke 2024-06-13 10:37:00 +02:00 committed by GitHub
parent 4dbc515bca
commit 16f52797fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -428,6 +428,11 @@ $xmr_in_fiat = strtr($xmr_in_fiat, ",", " ");
<td><?php echo str_replace(".", ",", $XAG); ?></td>
<td><?php echo str_replace(".", ",", $XAU); ?></td>
</tr>
<tr style="display:none;">
<td colspan="7"><?php echo $moneroooTable; ?></td>
<td><?php echo $time; ?></td>
<td>TZ:Europe/Berlin</td>
</tr>
</tbody>
</table>
</div>