$(document).ready(function(){
  cms.item.initAll(); // Inicjacja wszystkich elementow na stronie ktore wymagaja JS-a.
  
  if(cms.user.isAuthenticated()){ // Zalogowany.
    cms.init();
  }
});
