started materiO's theme

This commit is contained in:
2019-03-25 18:27:56 +01:00
parent fa0a079166
commit 96eb901675
25 changed files with 7551 additions and 0 deletions

View File

@ -0,0 +1,3 @@
(function($,Drupal,drupalSettings){MaterioTheme=function(){var _$body=$('body');function init(){void 0;};init();}
$(document).ready(function($){if(drupalSettings.path.isFront){var materiotheme=new MaterioTheme();}else{$('body').attr('booted','booted');}});})(jQuery,Drupal,drupalSettings);

File diff suppressed because one or more lines are too long