Predstava dijakov Srednje vzgojiteljske šole Kamnik, 27.11.2017
Orodna vrstica za dostopnost
jQuery(document).on('ready', function () {
//Replace read more link text
jQuery(".et_pb_post a.more-link").html(function () {
return jQuery(this).html().replace('več...', 'Preberi več');
});
});