diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index 605f8eb5..55b2533a 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -1028,15 +1028,21 @@ class accountContainer { } echo ''; echo '
'; - // tab menu - $this->printModuleTabs(); - echo "
\n"; - // content area - // display html-code from modules - $return = call_user_func(array($this->module[$this->order[$this->current_page]], 'display_html_'.$this->subpage)); - $y = 5000; - parseHtml($this->order[$this->current_page], $return, array(), false, $y, $this->type); - echo "
\n"; + echo ''; + echo ''; + echo ''; + echo '
'; + // tab menu + $this->printModuleTabs(); + echo ''; + echo "
\n"; + // content area + // display html-code from modules + $return = call_user_func(array($this->module[$this->order[$this->current_page]], 'display_html_'.$this->subpage)); + $y = 5000; + parseHtml($this->order[$this->current_page], $return, array(), false, $y, $this->type); + echo "
\n"; + echo '
'; echo "
\n"; echo "\n"; // Display rest of html-page @@ -1417,8 +1423,9 @@ class accountContainer { $x=1; echo '