added Twig + views folder + admin menu method + admin page method with sample Twig usage

This commit is contained in:
Jonathan Labreuille
2015-07-10 12:48:09 +02:00
parent a7d2126706
commit fa1138c9a6
183 changed files with 15491 additions and 48 deletions

View File

@ -1,3 +1,6 @@
jQuery( document ).ready( function ( e ) {
jQuery(function($) {
// dom ready
$(function() {
});
});