-
Üyelik
05.09.2011
-
Yaş/Cinsiyet
39 / E
-
Meslek
Yönetici
-
Konum
Ankara
-
Ad Soyad
M** Ö**
-
Mesajlar
126
-
Beğeniler
4 / 37
-
Ticaret
1, (%100)
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>