-
- MattStephens

-
Total Posts: 151
Joined: 2011-07-12
United Kingdom
|
Hello muk_t
Depending on where you want to display the time, you could either modify an existing layout (for example the header or footer) and place the following code in there:
<?php echo date("h:i" ,time()); ?>
Alternatively (and a better way of doing things), you could create a new “block” and then this allows you to insert wherever you’d like. Here is a great tutorial on creating new blocks if you’ve not created on before.
Cheers
Matt
|