eklentinizin themes/index.php dosyasını açın orda aşağıdaki gibi bir kod olacaktır and yazısını istediğiniz gibi değiştirebilirsiniz...


<script>/themes/ourtuts/js/jquery.countdown.js"></script>
<script>
$(function () {
var austDay = new Date();
$('#defaultCountdown').countdown({until: austDay, layout: '{dn} {dl}, {hn} {hl}, {mn} {ml}, and {sn} {sl}'});
$('#year').text(austDay.getFullYear());
});
</script>