ulrich
2018-03-29 d3a2d98c08753fd0017b33ae1e243cdfaed588f2
1
2
3
4
5
6
7
8
9
10
11
12
function AppVorlage() {
  var self = this;
 
  this.init = function() {
    app_menu_init(
      "data/menu/",
      "hauptmenue.json",
      "jslib/app-menu/app-menu.tpl",
      ".west",
      "8em");
  };
}