diff --git a/lam/docs/modules-specification.htm b/lam/docs/modules-specification.htm index 319c5b44..f725b6d2 100644 --- a/lam/docs/modules-specification.htm +++ b/lam/docs/modules-specification.htm @@ -949,6 +949,9 @@ rowspan attribute for td elements left/center/right/justify Like the HTML align attribute
  • valign: top/middle/bottom Like the HTML valign attribute
  • +
  • width: Like the HTML +height attribute for td elements
    +

  • Example:\n"; switch ($input[$i][$j]['kind']) { // plain text @@ -1412,7 +1413,7 @@ class accountContainer { } } // Write Module-Order in variable - $this->order = array_merge ('main' ,$order); + $this->order = array_unshift($order, 'main'); $profile = loadAccountProfile('default', $this->type); // pass profile to each module $modules = array_keys($this->module);