mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-12-22 08:07:47 +00:00
Update Office Feature
Time and Hyperlinks added
This commit is contained in:
parent
4dbc515bca
commit
16f52797fe
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue